voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 389 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [UserProfile](./auth.userprofile.md)
## UserProfile type
User profile used in [AdditionalUserInfo](./auth.additionaluserinfo.md)<!-- -->.
<b>Signature:</b>
```typescript
export declare type UserProfile = Record<string, unknown>;
```