// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
// 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
const firebaseConfig = {
apiKey: "AIzaSyCmLEewgkp4j9fxCeLxdbEjtXL-jNMfEww",
authDomain: "facebeek-305f7.firebaseapp.com",
databaseURL: "https://facebeek-305f7-default-rtdb.europe-west1.firebasedatabase.app",
projectId: "facebeek-305f7",
storageBucket: "facebeek-305f7.firebasestorage.app",
messagingSenderId: "200157354031",
appId: "1:200157354031:web:a4cfe5ea150843e5deceda"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);