voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 646 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [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. |