veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 638 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [UserMetadata](./auth-types.usermetadata.md)
## UserMetadata interface
Interface representing a user's metadata.
<b>Signature:</b>
```typescript
export interface UserMetadata
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [creationTime](./auth-types.usermetadata.creationtime.md) | string | Time the user was created. |
| [lastSignInTime](./auth-types.usermetadata.lastsignintime.md) | string | Time the user last signed in. |