// 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: "AIzaSyCsdl972Zs8wbQluHXPChi-w1ZAzRbPeZ8",
authDomain: "emonet-62db3.firebaseapp.com",
projectId: "emonet-62db3",
storageBucket: "emonet-62db3.appspot.com",
messagingSenderId: "897678707045",
appId: "1:897678707045:web:18e9ff2b65db2593b7398c"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);