// 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: "AIzaSyA5BDSwmXCbVl4bhrMJNE4wtJxXeEHaDCI", authDomain: "undeadvampir-d8bbf.firebaseapp.com", projectId: "undeadvampir-d8bbf", storageBucket: "undeadvampir-d8bbf.firebasestorage.app", messagingSenderId: "1079112592261", appId: "1:1079112592261:web:77e6678b8cbb36e8e372ec" }; // Initialize Firebase const app = initializeApp(firebaseConfig); firebase deploy