<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [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>;
```
