We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac0acf commit b557103Copy full SHA for b557103
manual-emulator-testing/public/index.html
@@ -23,9 +23,9 @@
23
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.min.css">
24
25
<!-- Firebase SDKs -->
26
- <script src="https://www.gstatic.com/firebasejs/9.1.0/firebase-app-compat.js"></script>
27
- <script src="https://www.gstatic.com/firebasejs/9.1.0/firebase-auth-compat.js"></script>
28
- <script src="https://www.gstatic.com/firebasejs/9.1.0/firebase-firestore-compat.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/11.1.0/firebase-app-compat.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/11.1.0/firebase-auth-compat.js"></script>
+ <script src="https://www.gstatic.com/firebasejs/11.1.0/firebase-firestore-compat.js"></script>
29
</head>
30
31
<body>
0 commit comments