/** * A firebase error code in the format of "service/string-code". */ export type FirebaseErrorCode = `${Service}/${StringCode}`;