export type FirebaseConfig = { projectId: string; }; export interface BackendService { auth: any; db: any; storage: any; FieldValue: any; }