FlutterFlow Schedule Push Notifications
I want to send push notifications to users on the user specified time.
I can create an admin panel form where i can schedle the push notification, or can i do it without an admin panel, so when user turns on daily reminders and selects a time, the user should get a notification on the specidied time. User can change this time as well.
What's the best way to do it and how buldship can help with this??
#question #flutterflow
Solution:Jump to solution
Hi @Navaid, this video is a good one to checkout - https://www.youtube.com/watch?v=lpPpDmYAWe4 on implementation of Push notification on BuildShip.
For notifying user on specific time intervals, you can use the schedule cron triggers - https://docs.buildship.com/trigger-nodes/scheduled-cron....
BuildShip
YouTube
Flutterflow Push Notifications made super easy with BuildShip FULL ...
Full step-by-step tutorial on how to send push notifications on FlutterFlow apps with ease. Using BuildShip, Firebase and can be connected to any other databse like Supabase.
Get started with BuildShip for free 👉 https://buildship.com
Join our discord and chat with us https://discord.com/invite/fjBugmvzZP
A Low-code Visual Backend Builder wit...
3 Replies
Solution
Hi @Navaid, this video is a good one to checkout - https://www.youtube.com/watch?v=lpPpDmYAWe4 on implementation of Push notification on BuildShip.
For notifying user on specific time intervals, you can use the schedule cron triggers - https://docs.buildship.com/trigger-nodes/scheduled-cron.
BuildShip
YouTube
Flutterflow Push Notifications made super easy with BuildShip FULL ...
Full step-by-step tutorial on how to send push notifications on FlutterFlow apps with ease. Using BuildShip, Firebase and can be connected to any other databse like Supabase.
Get started with BuildShip for free 👉 https://buildship.com
Join our discord and chat with us https://discord.com/invite/fjBugmvzZP
A Low-code Visual Backend Builder wit...
@Gaurav Chadha how to schedule push notification to one user on specific time? for example 03 Jul 2024 14:20 ?
Something similar to this https://discord.com/channels/853498675484819476/1253594477088473148/1253739683024732251
Where you have collection to store the notification an the time it needs to be sent at
And have cron to check which notifications are pending to be sent