// 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: "AIzaSyCgZ3TUamG5YQFCNrudgnaSrtLrD6qK3mA",
authDomain: "egylawyer-admob.firebaseapp.com",
databaseURL: "https://egylawyer-admob-default-rtdb.firebaseio.com",
projectId: "egylawyer-admob",
storageBucket: "egylawyer-admob.appspot.com",
messagingSenderId: "607364094958",
appId: "1:607364094958:web:b9e3f40e8e326225dc0cff",
measurementId: "G-XJTVD6P2ME"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);