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?