0

I need help... I'm trying to make a firebase cloud function that can send notifications (using FCM service) to a specific user at a particular time of the day and the time is dynamic for every user which you can get from firestore. also, it should function like an alarm, repeating every day at the same time for each user.

PS: Using Javascript, not Typescript.

Kamal Panara
  • 482
  • 7
  • 16
  • The option to schedule delivery of a message *does* exist in the Firebase console, but not in the API. You can either implement the scheduling yourself, or you can deliver a data message at any moment, and then have your application code display a local notification at the right moment. – Frank van Puffelen Sep 22 '22 at 03:16

0 Answers0