Mentions Légales
Raison sociale : Couveuse Interface - Pedago Space (Romain Bodergat)
Adresse : 83 La Canebière - - 13001 Marseille
Email : rbodergat@pedago-space.com
Responsable de la publication : Romain Bodergat
Hébergeur : OVH – Siège social : 2 rue Kellermann, 59100 Roubaix, France
SIRET : Numéro SIRET de la couveuse Interface : 42911696500055
// 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);