8000
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.
2 parents 0601974 + 7dd930d commit dc58c39Copy full SHA for dc58c39
messaging/firebase-messaging-sw.js
@@ -13,7 +13,7 @@ const messaging = firebase.messaging();
13
14
// [START initialize_firebase_in_sw]
15
// Give the service worker access to Firebase Messaging.
16
- // Note that you can only use Firebase Messaging here, other Firebase libraries
+ // Note that you can only use Firebase Messaging here. Other Firebase libraries
17
// are not available in the service worker.
18
importScripts('https://www.gstatic.com/firebasejs/7.23.0/firebase-app.js');
19
importScripts('https://www.gstatic.com/firebasejs/7.23.0/firebase-messaging.js');
0 commit comments