// 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: "AIzaSyBugAEfrCTiuDwaR-3Q80OMdO23vCW3Gh4",
authDomain: "pelis123-49a89.firebaseapp.com",
projectId: "pelis123-49a89",
storageBucket: "pelis123-49a89.firebasestorage.app",
messagingSenderId: "194543760621",
appId: "1:194543760621:web:8e16bead198a2c2d0d88e4",
measurementId: "G-WFNTVDV88Y"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);