Odoo PITS Firebase Cloud Message Notifications
Firebase Cloud Messaging (FCM), formerly known as Google Cloud Messaging (GCM), stands as a versatile cloud solution designed to streamline message and notification delivery across Android, iOS, and Web applications. Developed and maintained by Firebase, a subsidiary of Google, this service provides a seamless communication channel between your applications and their users, all at no cost. FCM offers the invaluable capability of delivering real-time notifications to keep users informed about various updates, such as new emails, tasks, activities, or any other relevant data.
This powerful tool operates on a straightforward principle, leveraging two main processes: downstream messaging and upstream messaging. Downstream messaging involves the delivery of messages and notifications from the FCM servers directly to the user's application, ensuring prompt and efficient communication. Conversely, upstream messaging facilitates the transmission of data from the user's application back to the FCM servers, enabling bidirectional communication and interaction.
Integrating FCM into applications is a straightforward process. This allows developers to focus on building innovative features and enhancing user engagement, rather than worrying about the intricacies of message delivery.
1) Can push notification
2) Can add multiple device token to a partner
3) Can test a verification message along with the configuration
4) Easily call the method from anywhere on your module.