Best of Firebase — September 2023
- 1
- 2
- 3
Firebase Developers·3y
Sending Push Notifications for Chat Messages
We will use Firebase Cloud Messaging FCM and Cloud Functions for Firebase to achieve this goal. In our app project, we need to add the Push Notification capability and configure the Firebase Messaging in the file. This is to tell FCM to send a notification whenever a change happens in our Firebase database.