We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205fe7e commit d5fb3b4Copy full SHA for d5fb3b4
fcm-notifications/public/firebase-messaging-sw.js
@@ -1,8 +1,8 @@
1
// Import and configure the Firebase SDK
2
// These scripts are made available when the app is served or deployed on Firebase Hosting
3
// If you do not serve/host your project using Firebase Hosting see https://firebase.google.com/docs/web/setup
4
-importScripts('/__/firebase/8.9.0/firebase-app.js');
5
-importScripts('/__/firebase/8.9.0/firebase-messaging.js');
+importScripts('/__/firebase/8.9.1/firebase-app.js');
+importScripts('/__/firebase/8.9.1/firebase-messaging.js');
6
importScripts('/__/firebase/init.js');
7
8
firebase.messaging();
0 commit comments