Spaces:
Sleeping
Sleeping
Update web/analyzer.html (#34)
Browse files- Update web/analyzer.html (501a4d3d192e75ee9a85223590296cb31701dd1f)
Co-authored-by: Vihaan Jyothiswaroop <meamgodyay@users.noreply.huggingface.co>
- web/analyzer.html +8 -7
web/analyzer.html
CHANGED
|
@@ -179,13 +179,14 @@
|
|
| 179 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-auth.js";
|
| 180 |
|
| 181 |
const firebaseConfig = {
|
| 182 |
-
apiKey: "
|
| 183 |
-
authDomain: "
|
| 184 |
-
projectId: "
|
| 185 |
-
storageBucket: "
|
| 186 |
-
messagingSenderId: "
|
| 187 |
-
appId: "1:
|
| 188 |
-
|
|
|
|
| 189 |
|
| 190 |
const app = initializeApp(firebaseConfig);
|
| 191 |
const auth = getAuth(app);
|
|
|
|
| 179 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-auth.js";
|
| 180 |
|
| 181 |
const firebaseConfig = {
|
| 182 |
+
apiKey: "AIzaSyAPhM_Ee7cLzyKHs5zyFy8g5ZOk9-pubRI",
|
| 183 |
+
authDomain: "login-tutorial-7a9e1.firebaseapp.com",
|
| 184 |
+
projectId: "login-tutorial-7a9e1",
|
| 185 |
+
storageBucket: "login-tutorial-7a9e1.firebasestorage.app",
|
| 186 |
+
messagingSenderId: "491093197824",
|
| 187 |
+
appId: "1:491093197824:web:9f86659034af7e6a8244e5",
|
| 188 |
+
measurementId: "G-JM7T9N6ZLZ"
|
| 189 |
+
};
|
| 190 |
|
| 191 |
const app = initializeApp(firebaseConfig);
|
| 192 |
const auth = getAuth(app);
|