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 cb6486e commit 23c4495Copy full SHA for 23c4495
1 file changed
manual-emulator-testing/public/index.html
@@ -26,9 +26,9 @@
26
/>
27
28
<!-- Firebase SDKs -->
29
- <script src="https://www.gstatic.com/firebasejs/9.1.0/firebase-app-compat.js"></script>
30
- <script src="https://www.gstatic.com/firebasejs/9.1.0/firebase-auth-compat.js"></script>
31
- <script src="https://www.gstatic.com/firebasejs/9.1.0/firebase-firestore-compat.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/12.15.0/firebase-app-compat.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/12.15.0/firebase-auth-compat.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/12.15.0/firebase-firestore-compat.js"></script>
32
</head>
33
34
<body>
0 commit comments