// 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: "AIzaSyDFoVcHXvQOGy2T-hUHCoJx7grPr_FFK58",
authDomain: "flash-chat-75659.firebaseapp.com",
projectId: "flash-chat-75659",
storageBucket: "flash-chat-75659.appspot.com",
messagingSenderId: "746880067935",
appId: "1:746880067935:web:8953946fc3b7d183166eea"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);