[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-21 UTC."],[],[],null,["# auth.UserRecordMetadata class\n\nHelper class to create the user metadata in a `UserRecord` object.\n\n**Signature:** \n\n export declare class UserRecordMetadata implements auth.UserMetadata \n\n**Implements:** auth.UserMetadata\n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|----------------------------------------------------------------------------------------------------------------------------------|-----------|-------------------------------------------------------------|\n| [(constructor)(creationTime, lastSignInTime)](./firebase-functions.auth.userrecordmetadata.md#authuserrecordmetadataconstructor) | | Constructs a new instance of the `UserRecordMetadata` class |\n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|--------------------------------------------------------------------------------------------------------|-----------|--------|-------------|\n| [creationTime](./firebase-functions.auth.userrecordmetadata.md#authuserrecordmetadatacreationtime) | | string | |\n| [lastSignInTime](./firebase-functions.auth.userrecordmetadata.md#authuserrecordmetadatalastsignintime) | | string | |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|------------------------------------------------------------------------------------------|-----------|------------------------------------------------------------------------------|\n| [toJSON()](./firebase-functions.auth.userrecordmetadata.md#authuserrecordmetadatatojson) | | Returns a plain JavaScript object with the properties of UserRecordMetadata. |\n\nauth.UserRecordMetadata.(constructor)\n-------------------------------------\n\nConstructs a new instance of the `UserRecordMetadata` class\n\n**Signature:** \n\n constructor(creationTime: string, lastSignInTime: string);\n\n### Parameters\n\n| Parameter | Type | Description |\n|----------------|--------|-------------|\n| creationTime | string | |\n| lastSignInTime | string | |\n\nauth.UserRecordMetadata.creationTime\n------------------------------------\n\n**Signature:** \n\n creationTime: string;\n\nauth.UserRecordMetadata.lastSignInTime\n--------------------------------------\n\n**Signature:** \n\n lastSignInTime: string;\n\nauth.UserRecordMetadata.toJSON()\n--------------------------------\n\nReturns a plain JavaScript object with the properties of UserRecordMetadata.\n\n**Signature:** \n\n toJSON(): AuthUserMetadata;\n\n**Returns:**\n\nAuthUserMetadata"]]