// 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: "AIzaSyCl_aKqvqrV75FXjcHyzZJUCZCgNDgXljE", authDomain: "maiq-217a5.firebaseapp.com", projectId: "maiq-217a5", storageBucket: "maiq-217a5.firebasestorage.app", messagingSenderId: "952577526219", appId: "1:952577526219:web:7bd372c39e43bc13b24e4e", measurementId: "G-VC727KX07V" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);