// 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: "AIzaSyAuJG_d8280AbV8i-xpZIWVSlxqCyQSjAM", authDomain: "dilkhush-709b8.firebaseapp.com", projectId: "dilkhush-709b8", storageBucket: "dilkhush-709b8.appspot.com", messagingSenderId: "107895263784", appId: "1:107895263784:web:fa6bc0776fd1aca4725b1d", measurementId: "G-FEG80058FW" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);

Post a Comment

0 Comments