Push notifications without firebase

Database & APIs

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.

What have you tried so far?

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.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply