Kande
Kande

Reputation: 48

Scheduled notifications using Firebase

I want to schedule automatic push notifications trough Firebase for my Android App. I have already searched the documentation, but could not find a way to do this.

Upvotes: 1

Views: 131

Answers (2)

Shaifali Rajput
Shaifali Rajput

Reputation: 1279

enter image description here

click on Send Later Button, then you can set the time for your Notification

Upvotes: 4

Bradley Mackey
Bradley Mackey

Reputation: 7668

You can do this through the Firebase Console. Go to the notifications tab and schedule a push notification.

If you want push notifications to be sent out periodically, you can set up a cron job in Firebase Functions.

Upvotes: 0

Related Questions