8000 Auto-update dependencies. · mlchiang/quickstart-js@9eefdf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9eefdf9

Browse files
committed
Auto-update dependencies.
1 parent fc32896 commit 9eefdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging/firebase-messaging-sw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const messaging = firebase.messaging();
1515
// Give the service worker access to Firebase Messaging.
1616
// Note that you can only use Firebase Messaging here. Other Firebase libraries
1717
// 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');
18+
importScripts('https://www.gstatic.com/firebasejs/8.0.1/firebase-app.js');
19+
importScripts('https://www.gstatic.com/firebasejs/8.0.1/firebase-messaging.js');
2020
2121
// Initialize the Firebase app in the service worker by passing in
2222
// your app's Firebase config object.

0 commit comments

Comments
 (0)
0