<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from
"[Link]
import { getAnalytics } from "[Link]
[Link]";
// TODO: Add SDKs for Firebase products that you want to use
// [Link]
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyBg6LHK1rTiPa7MosACE5096idtOPYwLF8",
authDomain: "[Link]",
projectId: "ghumo-a2308",
storageBucket: "[Link]",
messagingSenderId: "531028921221",
appId: "1:531028921221:web:49f603c0f20ec7988912ec",
measurementId: "G-2V5LF6V3QV"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>