prueba

Introduce un texto aquí...

// 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: "AIzaSyA96syaEODnoGk_h-zbv5jkHF0B-1Zs-qU", authDomain: "appfz-1648502994090.firebaseapp.com", projectId: "appfz-1648502994090", storageBucket: "appfz-1648502994090.firebasestorage.app", messagingSenderId: "482022136748", appId: "1:482022136748:web:aeb6f6bf57299a67797809", measurementId: "G-CM4E5PQYME" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);