8sch82fh8naicj92v-WhiteList-Log
// 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: "AIzaSyDoDnG4t-eTBuz2SB0o6-rUtCcUehYPY9g",
authDomain: "whitelislog.firebaseapp.com",
projectId: "whitelislog",
storageBucket: "whitelislog.firebasestorage.app",
messagingSenderId: "124968534872",
appId: "1:124968534872:web:a16d938f0b33ae227b9b2d",
measurementId: "G-6C7L7WSHFT"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);