【发布时间】:2019-08-23 00:41:41
【问题描述】:
我认为 firebase 控制台只能向 android 和 IOS 应用发送通知,而不能向网络浏览器发送通知,对吗?
【问题讨论】:
标签: javascript firebase google-chrome push-notification firebase-cloud-messaging
我认为 firebase 控制台只能向 android 和 IOS 应用发送通知,而不能向网络浏览器发送通知,对吗?
【问题讨论】:
标签: javascript firebase google-chrome push-notification firebase-cloud-messaging
Firebase 云消息传递 (FCM) 支持 Android、iOS 和 Web 应用程序。
FCM JavaScript API 可让您在支持 Push API 的浏览器中运行的 Web 应用程序中接收通知消息。
但你要知道有些浏览器不支持 Push API。
【讨论】: