// 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: "AIzaSyAo7FrUhnVROPMw_lhlQZ_YQVX1UURocRk",
authDomain: "caribbeanqueenrestaurant-8043f.firebaseapp.com",
projectId: "caribbeanqueenrestaurant-8043f",
storageBucket: "caribbeanqueenrestaurant-8043f.firebasestorage.app",
messagingSenderId: "340959568435",
appId: "1:340959568435:web:542f2d4ed524fc72ac3946",
measurementId: "G-2GGT70HVQ9"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);