Shop

La boutique Pedago Space ouvrira en février 2025 ! Pour ne pas rater son ouverture, n'hésitez pas à vous abonner à la Newsletter.

// Import the functions you need from the SDKs you need import { initializeApp } from "firebase/app"; import { getAnalytics } from "firebase/analytics"; // 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: "AIzaSyD2BDCbLukM90Ksb7HMCw2DyWBivmgPqXs", authDomain: "site-pedago-space.firebaseapp.com", projectId: "site-pedago-space", storageBucket: "site-pedago-space.firebasestorage.app", messagingSenderId: "917973182580", appId: "1:917973182580:web:6a4017d8cd36b6e0484921", measurementId: "G-C1HJ55MDHT" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);