消息传递:此浏览器不支持使用 Firebase SDK 所需的 API。(消息传递/不支持的浏览器)



我在部署我们的网站后收到了这个错误,我的域是domain.com,我无法将其更改为https或localhost,那么我该如何消除这个错误。

provider.ts:122 Uncaught FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).
at e.instanceFactory (index.ts:56:25)
at e.getOrInitializeService (provider.ts:318:33)
at e.getImmediate (provider.ts:115:21)
at e._getService (firebaseApp.ts:136:22)
at e.<computed> [as messaging] (firebaseNamespaceCore.ts:228:29)
at Object.s [as messaging] (firebaseNamespaceCore.ts:209:32)
at Module.<anonymous> (firebaseInit.js:18:28)
at a ((index):1:2329)
at r ((index):1:2198)
at Array.t [as push] ((index):1:2061)

Firebase云消息仅在HTTPS网站上受支持。如果你不能把你的网站放在HTTPS上,你将无法使用FCM来发送推送通知。

另请参阅:

  • 您的浏览器不支持Firebase消息传递。如何解决此问题

相关内容

最新更新