Amr Sharkas
Amr Sharkas

Reputation: 11

Is there a way to send firebase web push notification from the firebase console

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

Answers (1)

NoobTW
NoobTW

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.

Can I use: Push API support

Upvotes: 1

Related Questions