// 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: "AIzaSyAyxEVPVYC-zVHZNd2tr5JccCiefvj9UM4",
authDomain: "mighty-food-cb139.firebaseapp.com",
projectId: "mighty-food-cb139",
storageBucket: "mighty-food-cb139.firebasestorage.app",
messagingSenderId: "76611240102",
appId: "1:76611240102:web:c7eba94b0314544f61f467",
measurementId: "G-GP3NR2TWR1"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);