<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [UserMetadata](./auth.usermetadata.md)

## UserMetadata interface

Interface representing a user's metadata.

<b>Signature:</b>

```typescript
export interface UserMetadata 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [creationTime?](./auth.usermetadata.creationtime.md) | string | <i>(Optional)</i> Time the user was created. |
|  [lastSignInTime?](./auth.usermetadata.lastsignintime.md) | string | <i>(Optional)</i> Time the user last signed in. |

