Skip to content

Commit

Permalink
Add comment telling users to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Oct 8, 2024
1 parent 23ec90a commit 4a05bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messaging/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function initInSw() {
// Give the service worker access to Firebase Messaging.
// Note that you can only use Firebase Messaging here. Other Firebase libraries
// are not available in the service worker.
// Replace 10.13.2 with latest version of the Firebase JS SDK.
importScripts('https://www.gstatic.com/firebasejs/10.13.2/firebase-app-compat.js');
importScripts('https://www.gstatic.com/firebasejs/10.13.2/firebase-messaging-compat.js');

Expand Down

0 comments on commit 4a05bab

Please sign in to comment.