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.
Asked
Active
Viewed 3,698 times
9
-
Hey! I am facing same problem, Have you figured out the method? – Urja Pawar Jul 13 '16 at 06:30
1 Answers
3
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.

jirungaray
- 1,674
- 1
- 11
- 18