// 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: "AIzaSyCUOLVEi45DHvOBdRYFDOzN_cCJrGHL490",
authDomain: "iskatel-fad54.firebaseapp.com",
projectId: "iskatel-fad54",
storageBucket: "iskatel-fad54.firebasestorage.app",
messagingSenderId: "276572532352",
appId: "1:276572532352:web:9184fa882bb95e9a6d0065",
measurementId: "G-XSXYSX7X4R"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);