8000
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 fc32896 commit 9eefdf9Copy full SHA for 9eefdf9
messaging/firebase-messaging-sw.js
@@ -15,8 +15,8 @@ const messaging = firebase.messaging();
15
// Give the service worker access to Firebase Messaging.
16
// Note that you can only use Firebase Messaging here. Other Firebase libraries
17
// are not available in the service worker.
18
- importScripts('https://www.gstatic.com/firebasejs/8.0.0/firebase-app.js');
19
- importScripts('https://www.gstatic.com/firebasejs/8.0.0/firebase-messaging.js');
+ importScripts('https://www.gstatic.com/firebasejs/8.0.1/firebase-app.js');
+ importScripts('https://www.gstatic.com/firebasejs/8.0.1/firebase-messaging.js');
20
21
// Initialize the Firebase app in the service worker by passing in
22
// your app's Firebase config object.
0 commit comments