25 lines
1.0 KiB
Plaintext
Executable File
25 lines
1.0 KiB
Plaintext
Executable File
<script type="module">
|
|
// Import the functions you need from the SDKs you need
|
|
import { initializeApp } from "https://www.gstatic.com/firebasejs/12.9.0/firebase-app.js";
|
|
import { getAnalytics } from "https://www.gstatic.com/firebasejs/12.9.0/firebase-analytics.js";
|
|
// 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: "AIzaSyDYga3are7rx2pHjRpjczxISPp-bbMgIZc",
|
|
authDomain: "ngojol-trial.firebaseapp.com",
|
|
databaseURL: "https://ngojol-trial-default-rtdb.firebaseio.com",
|
|
projectId: "ngojol-trial",
|
|
storageBucket: "ngojol-trial.appspot.com",
|
|
messagingSenderId: "158861273889",
|
|
appId: "1:158861273889:web:a729a1659fc91f341dec60",
|
|
measurementId: "G-ZLTDJHK39X"
|
|
};
|
|
|
|
// Initialize Firebase
|
|
const app = initializeApp(firebaseConfig);
|
|
const analytics = getAnalytics(app);
|
|
</script>
|