// 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: "AIzaSyAKjznbM1XVpcRDMqzqSl6cCb5gVWCzpqc",
authDomain: "cg-cms-80cb1.firebaseapp.com",
projectId: "cg-cms-80cb1",
storageBucket: "cg-cms-80cb1.firebasestorage.app",
messagingSenderId: "127131435812",
appId: "1:127131435812:web:c070daede02090a33969b1",
measurementId: "G-MWTEBQQ0TN"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);