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

      <bdo id='htorR'></bdo><ul id='htorR'></ul>
    <legend id='htorR'><style id='htorR'><dir id='htorR'><q id='htorR'></q></dir></style></legend>
  • <tfoot id='htorR'></tfoot>
  • <small id='htorR'></small><noframes id='htorR'>

        Firebase FCM React 项目问题 - firebase-messaging-sw.js 类型错误?

        Firebase FCM React project issue - firebase-messaging-sw.js wrong type?(Firebase FCM React 项目问题 - firebase-messaging-sw.js 类型错误?)

              <tbody id='pNpwO'></tbody>

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

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

            • <legend id='pNpwO'><style id='pNpwO'><dir id='pNpwO'><q id='pNpwO'></q></dir></style></legend>
                1. <i id='pNpwO'><tr id='pNpwO'><dt id='pNpwO'><q id='pNpwO'><span id='pNpwO'><b id='pNpwO'><form id='pNpwO'><ins id='pNpwO'></ins><ul id='pNpwO'></ul><sub id='pNpwO'></sub></form><legend id='pNpwO'></legend><bdo id='pNpwO'><pre id='pNpwO'><center id='pNpwO'></center></pre></bdo></b><th id='pNpwO'></th></span></q></dt></tr></i><div id='pNpwO'><tfoot id='pNpwO'></tfoot><dl id='pNpwO'><fieldset id='pNpwO'></fieldset></dl></div>
                  本文介绍了Firebase FCM React 项目问题 - firebase-messaging-sw.js 类型错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我试图让 Firebase FCM 在我的 React 项目中工作(使用 webpack)

                  Im tryin to get Firebase FCM working in my React project(using webpack )

                  当尝试使用 getToken() 时:

                  When trying to getToken() using:

                   messaging.requestPermission()
                    .then(function() {
                      console.log('Notification permission granted.');
                      return messaging.getToken();
                    })
                    .then(function(token) {
                      console.log('token')
                    })
                    .catch(function(err) {
                      console.log('Unable to get permission to notify.', err);
                    });
                  

                  异常抛出如下:

                  browserErrorMessage: "Failed to register a ServiceWorker: The scrip 
                  has an unsupported MIME type ('text/html')
                  

                  我了解此问题与缺少的 service worker 文件有关:firebase-messaging-sw.js,我已将其添加到项目的根目录,但我仍然收到相同的错误.

                  I understand that this issue is related to the missing service worker file: firebase-messaging-sw.js, which I added to the root of the project but I'm still getting the same error.

                  我不确定我在这里做错了什么,我已经设置了 vanilla java 脚本项目,它工作正常....

                  Im not sure what im doing wrong here, i've set up vanilla java script project and it works fine ....

                  关于这个问题有什么想法吗?

                  Any ideas about this issue ?

                  推荐答案

                  对于那些使用create-react-app的人,你可以在public<中创建firebase-messaging-sw.js/code> 文件夹,并在 index.js 上添加:

                  For those using create-react-app, you can create the firebase-messaging-sw.js inside public folder and, on index.js add:

                  if ('serviceWorker' in navigator) {
                    navigator.serviceWorker.register('../firebase-messaging-sw.js')
                    .then(function(registration) {
                      console.log('Registration successful, scope is:', registration.scope);
                    }).catch(function(err) {
                      console.log('Service worker registration failed, error:', err);
                    });
                  }
                  

                  这篇关于Firebase FCM React 项目问题 - firebase-messaging-sw.js 类型错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 - 导入自定义节点模块)

                  • <bdo id='j9e8X'></bdo><ul id='j9e8X'></ul>
                      • <tfoot id='j9e8X'></tfoot>
                          <tbody id='j9e8X'></tbody>

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

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