// 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: "AIzaSyBNEUNoDz6_L5X-_dL3ID6Aoa2LNvfvzIE",
authDomain: "my-otp-c29f4.firebaseapp.com",
projectId: "my-otp-c29f4",
storageBucket: "my-otp-c29f4.firebasestorage.app",
messagingSenderId: "784045171449",
appId: "1:784045171449:web:6227f88d8b80a0fa80b828"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);