// 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: "AIzaSyCiR7s2xJjuhbyxEs0ApTsI0J4YcVnCqFE", authDomain: "brand-tool.firebaseapp.com", projectId: "brand-tool", storageBucket: "brand-tool.firebasestorage.app", messagingSenderId: "935398100339", appId: "1:935398100339:web:d6b5c11e74f5fb316b8906", measurementId: "G-LPRBNBG7VM" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);