Is it possible to schedule Push Notifications with Firebase? [duplicate]

时光毁灭记忆、已成空白 提交于 2019-12-20 02:30:45

问题


I have read every piece of documentation I could find but still do not know if this is possible. Can I schedule push notifications for a specific time if I am a user?

Example:

1) I am a user and open the app

2) I allow notifications and go to a pickerView(or anything else) and set a time say at 10AM

3) Now everyday I receive a push notification only at that time

Thanks so much for the help!


回答1:


You can use cronjobs. Watch this video for getting started
Timing Cloud Functions for Firebase using an HTTP Trigger and Cron - Firecasts



来源:https://stackoverflow.com/questions/45467815/is-it-possible-to-schedule-push-notifications-with-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!