8000 Merge pull request #76 from gauntface/master · Dottenpixel/quickstart-js@55ce01e · GitHub
[go: up one dir, main page]

Skip to content

Commit 55ce01e

Browse files
authored
Merge pull request firebase#76 from gauntface/master
Bump firebase version in messaging SW
2 parents 0c9d10c + 1264cd3 commit 55ce01e

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