Skip to content

Commit 4a05bab

Browse files
committed
Add comment telling users to use latest
1 parent 23ec90a commit 4a05bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

messaging/service-worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ 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+
// Replace 10.13.2 with latest version of the Firebase JS SDK.
1314
importScripts('https://www.gstatic.com/firebasejs/10.13.2/firebase-app-compat.js');
1415
importScripts('https://www.gstatic.com/firebasejs/10.13.2/firebase-messaging-compat.js');
1516

0 commit comments

Comments
 (0)