I would like to use Firebase to send reminder messages to a user device, e.g. a push notification (or email) at 3 PM.
Does Firebase come with a build in option for such a use case?
Asked
Active
Viewed 791 times
0

Tom
- 5,588
- 20
- 77
- 129
1 Answers
1
you can use firebase-could-function
to send the notifications to users , and then setup cron job to trigger your function at the time you want with the period you want

Ali Faris
- 17,754
- 10
- 45
- 70