<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [UserProfile](./auth-types.userprofile.md)

## UserProfile type

User profile used in [AdditionalUserInfo](./auth-types.additionaluserinfo.md)<!-- -->.

<b>Signature:</b>

```typescript
export type UserProfile = Record<string, unknown>;
```
