0

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.

Adhish Mathur
  • 23
  • 1
  • 4

1 Answers1

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