EricaLi123

Results 2 comments of EricaLi123

> Hi all. Since this issue is still open, I wish to inquire about the status of it. Reading back in this thread, it should be fixed when people upgrade...

So I took this temporary approach to the problem. ``` this.messaging .getToken({ vapidKey : this.vapidKey, }).catch((err) => { // https://github.com/firebase/firebase-js-sdk/issues/7693 // 如果 getToken 时是还没注册 firebase-messaging-sw.js,就会报错如下,再次执行 getToken 就好了 const error =...