It seems we can’t find what you’re looking for. Perhaps searching can help.
// 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: "AIzaSyDBxuyS39jysBuqcnslMX2eSUNV0tSidXE", authDomain: "myntra-tracking.firebaseapp.com", projectId: "myntra-tracking", storageBucket: "myntra-tracking.firebasestorage.app", messagingSenderId: "1001864180969", appId: "1:1001864180969:web:a796815b9df95b6adeec78", measurementId: "G-YDBE88X8V7" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);
Skip to contentIt seems we can’t find what you’re looking for. Perhaps searching can help.