Skip to content

Commit 476223e

Browse files
dpebotmorganchen12
andauthored
Auto-update dependencies. (#242)
* Auto-update dependencies. * Auto-update dependencies. Co-authored-by: Morgan Chen <morganchen12@gmail.com>
1 parent 8eb8a7c commit 476223e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

firestore/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<script>mocha.setup('bdd')</script>
1414

15-
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase.js"></script>
16-
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
15+
<script src="https://www.gstatic.com/firebasejs/9.2.0/firebase.js"></script>
16+
<script src="https://www.gstatic.com/firebasejs/9.2.0/firebase-firestore.js"></script>
1717
<script src="test.firestore.js"></script>
1818
<script src="test.solution-arrays.js"></script>
1919
<script src="test.solution-counters.js"></script>

messaging/service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ function initInSw() {
1010
// Give the service worker access to Firebase Messaging.
1111
// Note that you can only use Firebase Messaging here. Other Firebase libraries
1212
// are not available in the service worker.
13-
importScripts('https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js');
14-
importScripts('https://www.gstatic.com/firebasejs/8.10.0/firebase-messaging.js');
13+
importScripts('https://www.gstatic.com/firebasejs/9.2.0/firebase-app.js');
14+
importScripts('https://www.gstatic.com/firebasejs/9.2.0/firebase-messaging.js');
1515

1616
// Initialize the Firebase app in the service worker by passing in
1717
// your app's Firebase config object.

0 commit comments

Comments
 (0)