From 03b0a66f7aec149c3a5fea8624d48f7c82f15b2a Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 3 Nov 2021 12:00:55 -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 ddc3c44d..3599ca13 100644 --- a/firestore/index.html +++ b/firestore/index.html @@ -12,8 +12,8 @@ - - + + From f987e0845a92f7b5089c7b7784ecf6df25361226 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 3 Nov 2021 12:00:58 -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 3b2f7de0..26f9d097 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.10.0/firebase-app.js'); - importScripts('https://www.gstatic.com/firebasejs/8.10.0/firebase-messaging.js'); + importScripts('https://www.gstatic.com/firebasejs/9.2.0/firebase-app.js'); + importScripts('https://www.gstatic.com/firebasejs/9.2.0/firebase-messaging.js'); // Initialize the Firebase app in the service worker by passing in // your app's Firebase config object.