// 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: "AIzaSyCIzovdMI5v2f0nJtvpBEcgNiVKqs-57QI", authDomain: "makita-frete.firebaseapp.com", databaseURL: "https://makita-frete-default-rtdb.firebaseio.com", projectId: "makita-frete", storageBucket: "makita-frete.firebasestorage.app", messagingSenderId: "105286209759", appId: "1:105286209759:web:2b37ae8381aa69300e996a", measurementId: "G-QMG2ES3DC0" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);