// 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: "AIzaSyDMUxbwWklrWctoHec8tYk5Key2rHHI0xI",
authDomain: "hcsbr--c399a.firebaseapp.com",
projectId: "hcsbr--c399a",
storageBucket: "hcsbr--c399a.firebasestorage.app",
messagingSenderId: "746101971816",
appId: "1:746101971816:web:611fbf528b9754b94094dd",
measurementId: "G-TTWSTZ1R5R"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);