From 31e2a25ad83e046c615e9961396e2134557900c2 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Tue, 10 Aug 2021 11:06:11 -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 107339fc..bc24d2b8 100644 --- a/firestore/index.html +++ b/firestore/index.html @@ -12,8 +12,8 @@ - - + + From 43588e9da17860219469266808ed1b414a5066c2 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Tue, 10 Aug 2021 11:06:14 -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 65f0aa01..9b768ff4 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.8.1/firebase-app.js'); - importScripts('https://www.gstatic.com/firebasejs/8.8.1/firebase-messaging.js'); + importScripts('https://www.gstatic.com/firebasejs/8.9.1/firebase-app.js'); + importScripts('https://www.gstatic.com/firebasejs/8.9.1/firebase-messaging.js'); // Initialize the Firebase app in the service worker by passing in // your app's Firebase config object.