Kreender
Kreender

Reputation: 294

Firebase notification console for a web application

I'm using firebase for web push notifications, I have it succesfully configured and I can send messages using the API. I would like to use the notification console, but to use it I seem to have to add an app to get started and the only options are ios, android and unity, so how would I add a web application?, or is it the firebase notification console only for ios android and unity?

Upvotes: 0

Views: 35

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317392

Sending notification type messages from the console is only supported for Android, iOS, and Unity/C++ (which just run on top of Android or iOS). You'll notice that there is documentation for this for both platforms (Android, iOS, Unity, C++), but no such documentation exists in the parallel web/javascript space.

Upvotes: 2

Related Questions