wisperlink-app / src /firebase /config.ts
looda3131's picture
جيد اضف تسجيل الدخول ب google
94bfa98
raw
history blame contribute delete
512 Bytes
import type { FirebaseOptions } from "firebase/app";
// Your web app's Firebase configuration
export const firebaseConfig: FirebaseOptions = {
apiKey: "AIzaSyAOG4b86lnMDidl7UcbUEEyPEinyS4xD_g",
authDomain: "hhjij-be5c6.firebaseapp.com",
databaseURL: "https://hhjij-be5c6-default-rtdb.firebaseio.com",
projectId: "hhjij-be5c6",
storageBucket: "hhjij-be5c6.firebasestorage.app",
messagingSenderId: "56446735767",
appId: "1:56446735767:web:6fb56e6476489cba6760d2",
measurementId: "G-103FCK8LKB"
};