We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d95bd commit 4a1c4e5Copy full SHA for 4a1c4e5
firestore/index.html
@@ -12,8 +12,8 @@
12
13
<script>mocha.setup('bdd')</script>
14
15
- <script src="https://www.gstatic.com/firebasejs/8.2.4/firebase.js"></script>
16
- <script src="https://www.gstatic.com/firebasejs/8.2.4/firebase-firestore.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/8.2.5/firebase.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/8.2.5/firebase-firestore.js"></script>
17
<script src="test.firestore.js"></script>
18
<script src="test.solution-arrays.js"></script>
19
<script src="test.solution-counters.js"></script>
0 commit comments