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 06c32d0 commit 01d2105Copy full SHA for 01d2105
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/3.9.0/firebase-app.js');
5
-importScripts('/__/firebase/3.9.0/firebase-messaging.js');
+importScripts('/__/firebase/7.5.0/firebase-app.js');
+importScripts('/__/firebase/7.5.0/firebase-messaging.js');
6
importScripts('/__/firebase/init.js');
7
8
firebase.messaging();
0 commit comments