0% found this document useful (0 votes)
8 views1 page

Firebase Initialization Script

Uploaded by

Biju Deep
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Firebase Initialization Script

Uploaded by

Biju Deep
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<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>

You might also like