Can Service Worker push notification without gcm in chrome ?

☆樱花仙子☆ 提交于 2019-12-09 22:56:46

问题


Google's service include GCM can not access in my country.Can Service Worker push notification without gcm in chrome? Or if some hack technique can implement this?


回答1:


Chrome now also uses Firebase Cloud Messaging as its Push Service, which may be available in your country. You could also use a third party Push Notification platform. These would still need to access GCM or FCM but they might have some ways to get access in restricted areas. Just do a search for "push notification third party" to get a list of them.

Also see this answer and this one for more information. Be aware they are outdated, but the concepts are the same.



来源:https://stackoverflow.com/questions/40167227/can-service-worker-push-notification-without-gcm-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!