File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments