diff --git a/firestore/index.html b/firestore/index.html index 3941640e..743db2c2 100644 --- a/firestore/index.html +++ b/firestore/index.html @@ -12,8 +12,8 @@ - - + + diff --git a/messaging/service-worker.js b/messaging/service-worker.js index d239e630..62d8b30b 100644 --- a/messaging/service-worker.js +++ b/messaging/service-worker.js @@ -10,8 +10,8 @@ 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. - importScripts('https://www.gstatic.com/firebasejs/8.2.4/firebase-app.js'); - importScripts('https://www.gstatic.com/firebasejs/8.2.4/firebase-messaging.js'); + importScripts('https://www.gstatic.com/firebasejs/8.2.5/firebase-app.js'); + importScripts('https://www.gstatic.com/firebasejs/8.2.5/firebase-messaging.js'); // Initialize the Firebase app in the service worker by passing in // your app's Firebase config object.