admin.auth. UserMetadata
interface static
Interface representing a user's metadata.
Properties
createdAt
non-null Date
The date the user was created.
lastSignedInAt
nullable Date
The date the user last signed in.
Method
toJSON
toJSON() returns Object
Returns the serialized JSON representation of this object.
- Returns
-
non-null ObjectThe serialized JSON representation of this object.

