This style guide will provide guidelines for text styles, color palettes, button styles. It is designed to help you produce high-quality content that is consistent and effective.
// 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);