i can't find Web option on firebase messaging console

Viewed 18

i use firebase to send notifications to my webapp, i enable it from google cloud, it works good with http request, but now i want to send messages from console but i can't find Web option

firebase console

1 Answers

While it is possible to target messages to web users through the FCM Notifications console, it looks like the icon to create a web app is missing from the initial FCM screen for you.

For me it shows these options:

enter image description here

As a workaround, you can create add the app descriptor for your web app on your Project home screen, and then return to the FCM page to send a targeted notification.

Related