10000
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 0c9d10c commit 1264cd3Copy full SHA for 1264cd3
messaging/firebase-messaging-sw.js
@@ -2,8 +2,8 @@
2
// Give the service worker access to Firebase Messaging.
3
// Note that you can only use Firebase Messaging here, other Firebase libraries
4
// are not available in the service worker.
5
-importScripts('https://www.gstatic.com/firebasejs/3.5.0/firebase-app.js');
6
-importScripts('https://www.gstatic.com/firebasejs/3.5.0/firebase-messaging.js');
+importScripts('https://www.gstatic.com/firebasejs/3.5.2/firebase-app.js');
+importScripts('https://www.gstatic.com/firebasejs/3.5.2/firebase-messaging.js');
7
8
// Initialize the Firebase app in the service worker by passing in the
9
// messagingSenderId.
0 commit comments