From d1c189bcfdd81493d789f1ab94125adc0e4214d0 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Fri, 9 Apr 2021 05:16:07 -0700 Subject: [PATCH 1/2] Auto-update dependencies. --- firestore/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firestore/index.html b/firestore/index.html index c74ad8de..a9f82e88 100644 --- a/firestore/index.html +++ b/firestore/index.html @@ -12,8 +12,8 @@ - - + + From 55229f3f9f0a7cb1dc16634596044b1c28866018 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Fri, 9 Apr 2021 05:16:13 -0700 Subject: [PATCH 2/2] Auto-update dependencies. --- messaging/service-worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messaging/service-worker.js b/messaging/service-worker.js index 9392cc13..ff88e29f 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.3.2/firebase-app.js'); - importScripts('https://www.gstatic.com/firebasejs/8.3.2/firebase-messaging.js'); + importScripts('https://www.gstatic.com/firebasejs/8.3.3/firebase-app.js'); + importScripts('https://www.gstatic.com/firebasejs/8.3.3/firebase-messaging.js'); // Initialize the Firebase app in the service worker by passing in // your app's Firebase config object.