// Import the functions you need from the SDKs you need import { initializeApp } from "firebase/app"; import { getAnalytics } from "firebase/analytics"; // 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 // For Firebase JS SDK v7.20.0 and later, measurementId is optional const firebaseConfig = { apiKey: "AIzaSyBmgoSdXVgrxbW5-g9fxNnxt8Z-uZTMqlQ", authDomain: "somap-hrm.firebaseapp.com", projectId: "somap-hrm", storageBucket: "somap-hrm.firebasestorage.app", messagingSenderId: "767561768008", appId: "1:767561768008:web:7e2139a865f67d1e9e4c7d", measurementId: "G-YXZ22PPK9P" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);