// Import the functions you need from the SDKs you need import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js"; import { getMessaging } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-messaging.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 const firebaseConfig = { apiKey: "AIzaSyBsZJ3et_ojUKKBphC2YTUSXHZSMHAs6eA", authDomain: "mercure-demo-d8c75.firebaseapp.com", projectId: "mercure-demo-d8c75", storageBucket: "mercure-demo-d8c75.firebasestorage.app", messagingSenderId: "962176073290", appId: "1:962176073290:web:1be79e40c734c3d1c4b0b3", }; // Initialize Firebase const app = initializeApp(firebaseConfig); const messaging = getMessaging(app);