// 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: "AIzaSyA1ylBLqvh7eM2TLzvzrXdKplsI9w_oVVo", authDomain: "weather-27927.firebaseapp.com", projectId: "weather-27927", storageBucket: "weather-27927.firebasestorage.app", messagingSenderId: "114005317396", appId: "1:114005317396:web:313e2540336b9d5488d401", measurementId: "G-KVRS0315Z3" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);