Files changed (1) hide show
  1. 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
- 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:9f866...",
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);