Skip to content

Commit 9e36c5e

Browse files
committed
Auto-update dependencies.
1 parent 4adc805 commit 9e36c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging/service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ function initInSw() {
1010
// Give the service worker access to Firebase Messaging.
1111
// Note that you can only use Firebase Messaging here. Other Firebase libraries
1212
// are not available in the service worker.
13-
importScripts('https://www.gstatic.com/firebasejs/8.2.4/firebase-app.js');
14-
importScripts('https://www.gstatic.com/firebasejs/8.2.4/firebase-messaging.js');
13+
importScripts('https://www.gstatic.com/firebasejs/8.2.5/firebase-app.js');
14+
importScripts('https://www.gstatic.com/firebasejs/8.2.5/firebase-messaging.js');
1515

1616
// Initialize the Firebase app in the service worker by passing in
1717
// your app's Firebase config object.

0 commit comments

Comments
 (0)