Reputation: 11
I think the firebase console can only send notifications to android and IOS app not to web browser, is that correct?
Upvotes: 1
Views: 1437
Reputation: 2564
The Firebase Cloud Messaging (FCM) supports Android, iOS, and Web apps.
The FCM JavaScript API lets you receive notification messages in web apps running in browsers that support the Push API.
Here's the official document.
But you have to know that some browsers doesn't support Push API.
Upvotes: 1