We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ec90a commit 4a05babCopy full SHA for 4a05bab
messaging/service-worker.js
@@ -10,6 +10,7 @@ function initInSw() {
10
// Give the service worker access to Firebase Messaging.
11
// Note that you can only use Firebase Messaging here. Other Firebase libraries
12
// are not available in the service worker.
13
+ // Replace 10.13.2 with latest version of the Firebase JS SDK.
14
importScripts('https://www.gstatic.com/firebasejs/10.13.2/firebase-app-compat.js');
15
importScripts('https://www.gstatic.com/firebasejs/10.13.2/firebase-messaging-compat.js');
16
0 commit comments