// 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: "AIzaSyAJyw5VWAeHubOquaVodSIYFqEtWodae30", authDomain: "classtest-9143b.firebaseapp.com", projectId: "classtest-9143b", storageBucket: "classtest-9143b.firebasestorage.app", messagingSenderId: "631041020393", appId: "1:631041020393:web:e42e5260e31c35ec277b78", measurementId: "G-YX450NW950" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);