通知浏览器与Firebase


Notification on Browser with Firebase

我使用FCM移动应用程序。现在我的项目需要将其部署到基于web的应用程序。但FCM只支持chrome应用程序。是否有任何解决方案推送通知从FCM到浏览器?

也许你正在寻找在Web应用程序中添加推送通知,它也是FCM。

使用HTML5的Push API并使用ServiceWorkers

https://developers.google.com/web/fundamentals/getting-started/codelabs/push-notifications/