<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 浏览器中不起作用

        时间:2023-08-02

          <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 浏览器中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如果浏览器在后台,FCM 推送通知会到达两次 下一篇:使用 firebase 消息传递时为不同用户接收相同的令牌

                  相关文章

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

                    • <bdo id='VuerV'></bdo><ul id='VuerV'></ul>
                  1. <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>