10000 bump push version on sw · sengbh/quickstart-js@1264cd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1264cd3

Browse files
author
Matt Gaunt
committed
bump push version on sw
1 parent 0c9d10c commit 1264cd3

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
@@ -2,8 +2,8 @@
22
// Give the service worker access to Firebase Messaging.
33
// Note that you can only use Firebase Messaging here, other Firebase libraries
44
// 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');
5+
importScripts('https://www.gstatic.com/firebasejs/3.5.2/firebase-app.js');
6+
importScripts('https://www.gstatic.com/firebasejs/3.5.2/firebase-messaging.js');
77

88
// Initialize the Firebase app in the service worker by passing in the
99
// messagingSenderId.

0 commit comments

Comments
 (0)
0