Tutorial: “How to Implement Push Notification in Spring Boot – Firebase Cloud Messaging”
In the article Firebase Cloud Messaging – How to Subscribe TOPIC & Receive Messages | Android, we have created an Android App that can subscribe/unsubscribe specific TOPIC and receive Message Data, but we used Firebase Notification Console GUI to generate Notification. Today, we’re gonna look at way to create a Spring Boot Application Server that can make message and push notification to Android Client via Firebase.
Related Post: Firebase Cloud Messaging – XMPP Server example to receive Upstream Messages | Spring Integration
Continue reading “How to Implement Push Notification in Spring Boot”