Spaces:
Sleeping
Sleeping
Update web/index.html
#22
by
meamgodyay
- opened
- web/index.html +9 -8
web/index.html
CHANGED
|
@@ -223,14 +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 |
const app = initializeApp(firebaseConfig);
|
| 236 |
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: "AIzaSyAKWstCc7HqMgV8DmH2Sy6QwUP3JvZxu9g",
|
| 228 |
+
authDomain: "appchallenge-c8fe3.firebaseapp.com",
|
| 229 |
+
projectId: "appchallenge-c8fe3",
|
| 230 |
+
storageBucket: "appchallenge-c8fe3.firebasestorage.app",
|
| 231 |
+
messagingSenderId: "943791692455",
|
| 232 |
+
appId: "1:943791692455:web:ae04d06bf09669b6bdd982",
|
| 233 |
+
measurementId: "G-HJ7EHW8V4N"
|
| 234 |
+
};
|
| 235 |
|
| 236 |
const app = initializeApp(firebaseConfig);
|
| 237 |
const auth = getAuth(app);
|