Licenses

All graphical assets in this template are licensed for personal and commercial use. If you'd like to use a specific asset, please check the license below.

// 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: "AIzaSyAFQY483pXQMesZqd1g6QfLANDHTstCXfY", authDomain: "ouoba-production.firebaseapp.com", projectId: "ouoba-production", storageBucket: "ouoba-production.firebasestorage.app", messagingSenderId: "1080135528658", appId: "1:1080135528658:web:557792fdf9ed203b817d0b", measurementId: "G-6HMSP7PS3H" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);