<tfoot id='omNJH'></tfoot>
    1. <small id='omNJH'></small><noframes id='omNJH'>

        <bdo id='omNJH'></bdo><ul id='omNJH'></ul>
      <i id='omNJH'><tr id='omNJH'><dt id='omNJH'><q id='omNJH'><span id='omNJH'><b id='omNJH'><form id='omNJH'><ins id='omNJH'></ins><ul id='omNJH'></ul><sub id='omNJH'></sub></form><legend id='omNJH'></legend><bdo id='omNJH'><pre id='omNJH'><center id='omNJH'></center></pre></bdo></b><th id='omNJH'></th></span></q></dt></tr></i><div id='omNJH'><tfoot id='omNJH'></tfoot><dl id='omNJH'><fieldset id='omNJH'></fieldset></dl></div>

      <legend id='omNJH'><style id='omNJH'><dir id='omNJH'><q id='omNJH'></q></dir></style></legend>

      1. ReactJS - FCM 在 Safari 浏览器中不起作用

        ReactJS - FCM not working in safari browser(ReactJS - FCM 在 Safari 浏览器中不起作用)

          <small id='izvnw'></small><noframes id='izvnw'>

                <legend id='izvnw'><style id='izvnw'><dir id='izvnw'><q id='izvnw'></q></dir></style></legend>

                <tfoot id='izvnw'></tfoot>
                • <bdo id='izvnw'></bdo><ul id='izvnw'></ul>

                    <tbody id='izvnw'></tbody>
                • <i id='izvnw'><tr id='izvnw'><dt id='izvnw'><q id='izvnw'><span id='izvnw'><b id='izvnw'><form id='izvnw'><ins id='izvnw'></ins><ul id='izvnw'></ul><sub id='izvnw'></sub></form><legend id='izvnw'></legend><bdo id='izvnw'><pre id='izvnw'><center id='izvnw'></center></pre></bdo></b><th id='izvnw'></th></span></q></dt></tr></i><div id='izvnw'><tfoot id='izvnw'></tfoot><dl id='izvnw'><fieldset id='izvnw'></fieldset></dl></div>
                  本文介绍了ReactJS - FCM 在 Safari 浏览器中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试在我的 ReactJS 应用程序中实现 FCM 推送通知.它在 chrome 和 firefox 浏览器中完美运行,但在 safari 浏览器中遇到问题.

                  I am trying to implement FCM push notification in my ReactJS application. It is working in chrome and firefox browser perfectly but facing in an issue in safari browser.

                  FirebaseError:消息:此浏览器不支持使用 firebase SDK 所需的 API.(消息/不支持的浏览器).

                  FirebaseError: Messaging: This browser doesn't support the API's required to use the firebase SDK. (messaging/unsupported-browser).

                  我还浏览了firebase的文档,发现它只支持3个浏览器.

                  I also gone through the documentation of firebase also found that it only supports on only 3 browsers.

                  火狐

                  Safari

                  在 safari 浏览器中是否也有任何方法支持.

                  Is there any method to supports in safari browser as well.

                  推荐答案

                  我在 Safari 中遇到错误,因为不支持 FCM.

                  I was getting error in Safari because FCM is not supported.

                  Firebase 提供了一种内置方法来检查天气 FCM 是否支持.

                  Firebase Provides an inbuilt method to check weather FCM supported or not.

                      if(firebase.messaging.isSupported()) {
                          messaging = initializedFirebaseApp.messaging();
                          messaging.usePublicVapidKey(
                            "Key"
                          );
                      }
                  
                  

                  这篇关于ReactJS - FCM 在 Safari 浏览器中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  quot;Status Code:200 OK (from ServiceWorker)quot; in Chrome Network DevTools?(“状态码:200 OK(来自 ServiceWorker)在 Chrome 网络开发工具中?)
                  How to set a header for a HTTP GET request, and trigger file download?(如何为 HTTP GET 请求设置标头并触发文件下载?)
                  Adding custom HTTP headers using JavaScript(使用 JavaScript 添加自定义 HTTP 标头)
                  SQL Query DocumentDB in Azure Functions by an integer not working(通过整数在 Azure Functions 中 SQL 查询 DocumentDB 不起作用)
                  Azure Functions [JavaScript / Node.js] - HTTP call, good practices(Azure Functions [JavaScript/Node.js] - HTTP 调用,良好实践)
                  Azure Functions - Import Custom Node Module(Azure Functions - 导入自定义节点模块)

                    <small id='VuerV'></small><noframes id='VuerV'>

                    • <bdo id='VuerV'></bdo><ul id='VuerV'></ul>
                        • <legend id='VuerV'><style id='VuerV'><dir id='VuerV'><q id='VuerV'></q></dir></style></legend>
                          <tfoot id='VuerV'></tfoot>

                            <i id='VuerV'><tr id='VuerV'><dt id='VuerV'><q id='VuerV'><span id='VuerV'><b id='VuerV'><form id='VuerV'><ins id='VuerV'></ins><ul id='VuerV'></ul><sub id='VuerV'></sub></form><legend id='VuerV'></legend><bdo id='VuerV'><pre id='VuerV'><center id='VuerV'></center></pre></bdo></b><th id='VuerV'></th></span></q></dt></tr></i><div id='VuerV'><tfoot id='VuerV'></tfoot><dl id='VuerV'><fieldset id='VuerV'></fieldset></dl></div>

                              <tbody id='VuerV'></tbody>