I have an android app that uses Firebase real time database. I want to push notifications periodically or based on a timer to the android app. Are there any cloud functions supporting this feature?
Asked
Active
Viewed 819 times
1

KENdi
- 7,576
- 2
- 16
- 31

sa_penguin
- 459
- 5
- 15
-
1A new concept of Firebase functions . May help you – ashish May 16 '17 at 13:35
-
2Sure thing. You'll have to combine periodically triggering a Cloud Function from [this sample](https://github.com/firebase/functions-samples/tree/master/delete-unused-accounts-cron) with sending FCM messages from [this sample](https://github.com/firebase/functions-samples/tree/master/fcm-notifications). – Frank van Puffelen May 16 '17 at 13:35