Last updated
Was this helpful?
Was this helpful?
const firebaseConfig = {
apiKey: "AIzaSyDyWoZsfx4XnpCQ89Sf1BkDTTSWwV4m244",
authDomain: "fir-webinar-39878.firebaseapp.com",
databaseURL: "https://fir-webinar-39878-default-rtdb.firebaseio.com",
projectId: "fir-webinar-39878",
storageBucket: "fir-webinar-39878.appspot.com",
messagingSenderId: "345464345951",
appId: "1:345464345951:web:1f33b5a91d6d954bc512ea"
};<script src="https://www.gstatic.com/firebasejs/9.10.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.10.0/firebase-firestore-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.10.0/firebase-auth-compat.js"></script>
<script>
firebase.initializeApp(Firebase config goes here);
</script>