Search code examples
androidfirebasepush-notificationfirebase-notificationspost-update

Send push notifications using firebase to all the users


How can I send push notifications to all the registered users of my App using Firebase? I searched for the api's in documentary, but didn't found anything useful.


Solution

  • You must specify topic, and all user devices who want to receive message should subscribe to them.

    If you want to send message to all devices go to your Firebase console and choose notification type to send to all devices.

    Further infomation documentation