-->

Notifications with Firebase from web

2019-09-18 02:43发布

问题:

I have been working on an Android application and my customer that will use it want to send notifications is there any way to send notifications from a Web UI other than firebase console?

回答1:

There is currently no public API to send Firebase Notifications. The Firebase Console is the only place for that. We're considering adding an API, which you could then use to build your own web site for your customer.

See How to send firebase notifications to audience via HTTP