// 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: "AIzaSyC3mdkPGC-vSz5nqsay38N6gcmuV39gsg4", authDomain: "appdost2-11af5.firebaseapp.com", projectId: "appdost2-11af5", storageBucket: "appdost2-11af5.firebasestorage.app", messagingSenderId: "912330712546", appId: "1:912330712546:web:bceb326717d3345cd105bb", measurementId: "G-TPWDCWCVXP" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);