I try to use the Firebase-Notification API, the service works fine when I send a downstream message from the console to the application, but how do I send a message to the topic of registered users?
i did on the android side
FirebaseMessaging.getInstance().subscribeToTopic("TopicName");
but when I try to send a downstream message from the console to the topic, it says
This project does not have any topics
EDIT: I found out that after matching the themes, it takes up to 1 day to display in the Firebase Console.
android firebase firebase-notifications google-cloud-messaging
MrDroid May 21 '16 at 19:45 2016-05-21 19:45
source share