Food app notifications help
I want my users to be able to receive notifications and alerts whenever an order is ready or the delivery person is nearby.....how can i do this for a web based project with either Next.js or Tanstack Start
3 Replies
If your app is a website only it would be easier to use emails or text messages for notifications. Browser push notifications do exist but the api is different for every browser and you will have to do a lot of work to make sure it never fails
if you're using Expo (mobile), we have this https://www.convex.dev/components/push-notifications
Hey @Nerdkidchiki I can potentially write a Stack article on setting up a email notifications using Bluefox.email. Let me know!