

Tozlukların modelini söylediğimde bana kıs kıs gülenler vardı.




// 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: "AIzaSyA-bM5pD9wotNXx8YrKIXcrARTBBsvMHZw", authDomain: "bordomavinet-10517.firebaseapp.com", projectId: "bordomavinet-10517", storageBucket: "bordomavinet-10517.firebasestorage.app", messagingSenderId: "442266976139", appId: "1:442266976139:web:ca8271f96fc3407046798e", measurementId: "G-8R7X8H9XN5" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);
Yorum