0

I'm using python firebase_admin sdk to send out push notifications to users. Is there a way to schedule the firebase push notification, so that my users can see the notifications at the time desired/choosed by my users.

A cronjob that runs at every sec is not efficient. So is there a way I can achieve this through the python firebase_admin itself?

Frank van Puffelen
  • 499,950
  • 69
  • 739
  • 734
  • When calling Firebase Cloud Messaging through its API, there is no way to schedule sending of the messages. Scheduling only exists in the Firebase console. – Frank van Puffelen Sep 16 '21 at 13:58

0 Answers0