//src/firebase/index.js // Import the functions you need from the SDKs you need import { initializeApp } from"firebase/app"; import { getAnalytics } from"firebase/analytics"; // TODO: Add SDKs for Firebase products that you want to use // https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration // For Firebase JS SDK v7.20.0 and later, measurementId is optional const firebaseConfig = { apiKey: "AIzaSyBncSexDmqEHo1V_SgpHsi6FUdiNiiayoA", authDomain: "account-app-f70c0.firebaseapp.com", projectId: "account-app-f70c0", storageBucket: "account-app-f70c0.appspot.com", databaseURL: "https://account-app-f70c0-default-rtdb.asia-southeast1.firebasedatabase.app/", messagingSenderId: "893886700460", appId: "1:893886700460:web:fbcc5bd3fc95013714f809", measurementId: "G-J6SMYP2MZM", };