Are there any triggers on Firebase database like in MySQL which I can use to automate push notification? I need to avoid manual push notification from Firebase console. Any Ideas?
Click on the + Add Action. On the right side, search and select the Trigger Push Notification action. To set who should receive the push notification, set the Audience to Single Recipient or Multiple Recipient.
Firebase Cloud Messaging (FCM) provides a reliable and battery-efficient connection between your server and devices that allows you to deliver and receive messages and notifications on iOS, Android, and the web at no cost.
Look into Cloud Functions for Firebase. It offers database triggers which can respond to changes to your database at the location you specify.
There is sample code that demonstrates how to send a notification in response to a changes to a database.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With