<script type="module">

  // Import the functions you need from the SDKs you need

  import { initializeApp } from "https://www.gstatic.com/firebasejs/12.14.0/firebase-app.js";

  import { getAnalytics } from "https://www.gstatic.com/firebasejs/12.14.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: "AIzaSyAPyyqmW9ie1VY63pbXrgq-ld2lmCyuPOY",

    authDomain: "socialwellbeingid-academy.firebaseapp.com",

    projectId: "socialwellbeingid-academy",

    storageBucket: "socialwellbeingid-academy.firebasestorage.app",

    messagingSenderId: "555632872251",

    appId: "1:555632872251:web:cbbf3862476e85c684451e",

    measurementId: "G-6KPM9MGK4G"

  };


  // Initialize Firebase

  const app = initializeApp(firebaseConfig);

  const analytics = getAnalytics(app);

</script>