File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
< script > mocha . setup ( 'bdd' ) </ script >
14
14
15
- < script src ="https://www.gstatic.com/firebasejs/8.9.1 /firebase.js "> </ script >
16
- < script src ="https://www.gstatic.com/firebasejs/8.9.1 /firebase-firestore.js "> </ script >
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 >
17
17
< script src ="test.firestore.js "> </ script >
18
18
< script src ="test.solution-arrays.js "> </ script >
19
19
< script src ="test.solution-counters.js "> </ script >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ function initInSw() {
10
10
// Give the service worker access to Firebase Messaging.
11
11
// Note that you can only use Firebase Messaging here. Other Firebase libraries
12
12
// are not available in the service worker.
13
- importScripts ( 'https://www.gstatic.com/firebasejs/8.9.1 /firebase-app.js' ) ;
14
- importScripts ( 'https://www.gstatic.com/firebasejs/8.9.1 /firebase-messaging.js' ) ;
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' ) ;
15
15
16
16
// Initialize the Firebase app in the service worker by passing in
17
17
// your app's Firebase config object.
You can’t perform that action at this time.
0 commit comments