// 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: "AIzaSyDRgB1ViBDFoi14eQ86rQVToLFvh-BvFfw", authDomain: "hauswirtschaft-c3727.firebaseapp.com", projectId: "hauswirtschaft-c3727", storageBucket: "hauswirtschaft-c3727.firebasestorage.app", messagingSenderId: "530736363876", appId: "1:530736363876:web:b97d7c07852c9fd987a271", measurementId: "G-LZEZTM7P9N" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);