// Import the functions you need from the SDKs you need import { initializeApp } from "firebase/app"; import { } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-firestore.js"; // 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: "AIzaSyDNFlITJcgyKF_z-KzzOkyZeZUZy15dX-Y", authDomain: "totis-e7011.firebaseapp.com", projectId: "totis-e7011", storageBucket: "totis-e7011.appspot.com", messagingSenderId: "437103857060", appId: "1:437103857060:web:792617186d1d3b4a514531" }; // Initialize Firebase const app = initializeApp(firebaseConfig);