Spaces:
Sleeping
Sleeping
Update web/profile.html (#39)
Browse files- Update web/profile.html (73c917708288337646b42d442a242c116351ab10)
Co-authored-by: Vihaan Jyothiswaroop <meamgodyay@users.noreply.huggingface.co>
- web/profile.html +8 -8
web/profile.html
CHANGED
|
@@ -197,14 +197,14 @@
|
|
| 197 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-firestore.js";
|
| 198 |
|
| 199 |
const firebaseConfig = {
|
| 200 |
-
apiKey: "
|
| 201 |
-
authDomain: "
|
| 202 |
-
projectId: "
|
| 203 |
-
storageBucket: "
|
| 204 |
-
messagingSenderId: "
|
| 205 |
-
appId: "1:
|
| 206 |
-
measurementId: "G-
|
| 207 |
-
};
|
| 208 |
|
| 209 |
const app = initializeApp(firebaseConfig);
|
| 210 |
const auth = getAuth(app);
|
|
|
|
| 197 |
} from "https://www.gstatic.com/firebasejs/9.22.0/firebase-firestore.js";
|
| 198 |
|
| 199 |
const firebaseConfig = {
|
| 200 |
+
apiKey: "AIzaSyAPhM_Ee7cLzyKHs5zyFy8g5ZOk9-pubRI",
|
| 201 |
+
authDomain: "login-tutorial-7a9e1.firebaseapp.com",
|
| 202 |
+
projectId: "login-tutorial-7a9e1",
|
| 203 |
+
storageBucket: "login-tutorial-7a9e1.firebasestorage.app",
|
| 204 |
+
messagingSenderId: "491093197824",
|
| 205 |
+
appId: "1:491093197824:web:9f86659034af7e6a8244e5",
|
| 206 |
+
measurementId: "G-JM7T9N6ZLZ"
|
| 207 |
+
};
|
| 208 |
|
| 209 |
const app = initializeApp(firebaseConfig);
|
| 210 |
const auth = getAuth(app);
|