I have scheduled a push notification for my Android App, for a month at 11.00 am daily using the firebase console. It sends the notification if I send it now. But if I schedule it for daily, it comes for 2-3 in the beginning but after that, there is no notification. What is this bug, please help.
Asked
Active
Viewed 744 times
0

Adhish Mathur
- 23
- 1
- 4
-
Do you know Firebase Functions? You can achieve this thing using Firebase cloud functions instead of Mobile Device. – Parth Patel Dec 24 '19 at 05:53
-
No, but I'll check that out. @ParthPatel – Adhish Mathur Dec 24 '19 at 06:15
-
@AdhishMathur, any updates? – John Jan 31 '21 at 16:19
1 Answers
2
you can use cron jobs basically it allows to schedule functions on specific time intervals Firebase cloud functions have recently introduced this functionality. Take a look at this url https://firebase.google.com/docs/functions/schedule-functions

Talha Ahmed
- 66
- 4