I have a feature in my app wherein the user needs to be notified every x hours. (example: every 4 hours). how can i do this without relying too much on firebase.
Push notifications without firebase
Database & APIs
i tried storing the todo item in firebase and using a cloud function to automatically trigger the notification for the user. this is internet reliant and it would be great if i could do this without internet reliability.
Yes
2
1 reply