Topic Messaging with Firebase Cloud Messaging on Android
Topic Messaging is used for sending messages to people subscribed to well, topics. Perfectly suited for publicly available information like news, weather, and the sort. As such, we need to provide a way for users to subscribe before anything else. Subscribing to the Topic FirebaseMessaging.getInstance().subscribeToTopic(“news”)… Read More »Topic Messaging with Firebase Cloud Messaging on Android