Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

firebase scheduled notifications

For my app, I want users to schedule the time which they receive a specific notification. I was looking over the Firebase docs and could not find a method that would allow me to do this. Is there a way to allow users to schedule notifications with Firebase? My app is still using parse api but as of now parse notifications do not support scheduled pushes.

like image 497
gflemingiii Avatar asked May 20 '16 06:05

gflemingiii


People also ask

Is FCM really free?

Firebase Cloud Messaging (FCM) provides a reliable and battery-efficient connection between your server and devices that allows you to deliver and receive messages and notifications on iOS, Android, and the web at no cost.


1 Answers

If plan to use the Firebase console to send messages, there's a simple option to define a time in which you you want the message to go out.

If you plan to send messages via SDK. at this time there is no setting to handle scheduling, you'll have to handle it on your server.

like image 123
jirungaray Avatar answered Sep 25 '22 13:09

jirungaray