FirebaseConfig fastagency.ui.mesop.auth.firebase.FirebaseConfig dataclass # FirebaseConfig( api_key: str, auth_domain: str, project_id: str, storage_bucket: str, messaging_sender_id: str, app_id: str, ) api_key instance-attribute # api_key: str app_id instance-attribute # app_id: str auth_domain instance-attribute # auth_domain: str messaging_sender_id instance-attribute # messaging_sender_id: str project_id instance-attribute # project_id: str storage_bucket instance-attribute # storage_bucket: str