Spaces:
Sleeping
Sleeping
Update web/index.html (#35)
Browse files- Update web/index.html (b286c490518ca5d438f1dbe6900f837d5a8710dc)
Co-authored-by: Vihaan Jyothiswaroop <meamgodyay@users.noreply.huggingface.co>
- web/index.html +9 -9
web/index.html
CHANGED
|
@@ -223,15 +223,15 @@
|
|
| 223 |
updateDoc,
|
| 224 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-firestore.js";
|
| 225 |
|
| 226 |
-
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
|
| 236 |
const app = initializeApp(firebaseConfig);
|
| 237 |
const auth = getAuth(app);
|
|
|
|
| 223 |
updateDoc,
|
| 224 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-firestore.js";
|
| 225 |
|
| 226 |
+
const firebaseConfig = {
|
| 227 |
+
apiKey: "AIzaSyAPhM_Ee7cLzyKHs5zyFy8g5ZOk9-pubRI",
|
| 228 |
+
authDomain: "login-tutorial-7a9e1.firebaseapp.com",
|
| 229 |
+
projectId: "login-tutorial-7a9e1",
|
| 230 |
+
storageBucket: "login-tutorial-7a9e1.firebasestorage.app",
|
| 231 |
+
messagingSenderId: "491093197824",
|
| 232 |
+
appId: "1:491093197824:web:9f86659034af7e6a8244e5",
|
| 233 |
+
measurementId: "G-JM7T9N6ZLZ"
|
| 234 |
+
};
|
| 235 |
|
| 236 |
const app = initializeApp(firebaseConfig);
|
| 237 |
const auth = getAuth(app);
|