// 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: "AIzaSyCB8CfPQQivNE4-TEG45S6V1IDxXXmMLO8",
authDomain: "sagar-ims.firebaseapp.com",
projectId: "sagar-ims",
storageBucket: "sagar-ims.firebasestorage.app",
messagingSenderId: "662481342246",
appId: "1:662481342246:web:5598a4c82057bc12bbbbe7",
measurementId: "G-T53R53HGCY"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);