Home > database >  How to send topic messages through firebase console?
How to send topic messages through firebase console?

Time:10-28

I am trying to send news messages to all app users. I thought about using Firebase Cloud Messaging. It is implemented on the client (Android app) and registered for a topic. Now I would like to send a message through the Firebase Console to this topic.

Is this possible? And how can I send a firebase message to a specific topic using the firebase console? I searched on the website, but did not find the option. Or is this only possible using a script (e.g. PHP) to send a message to a specific topic.

CodePudding user response:

In the enter image description here

Then click Next.

In the next page, click the Topic button to send the message to a topic:

  • Related