// 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: "AIzaSyD1wRw-8pTzq2RrseU6qiv6_CLB__vndIg", authDomain: "fouadabachri-72fce.firebaseapp.com", projectId: "fouadabachri-72fce", storageBucket: "fouadabachri-72fce.appspot.com", messagingSenderId: "96311111957", appId: "1:96311111957:web:52fe661e41910625df791c", measurementId: "G-Z01HS86ZGJ" }; // Initialize Firebase const app = initializeApp(firebaseConfig); const analytics = getAnalytics(app);
التعليقات تعكس آراء أصحابها ولا تمثل بالضرورة توجهات المدونة.