[[["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 2022-07-22 UTC."],[],[],null,["# UserMetadata interface\n\nInterface representing a user's metadata.\n\n**Signature:** \n\n export interface UserMetadata \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------|--------|-------------------------------|\n| [creationTime](./auth.usermetadata.md#usermetadatacreationtime) | string | Time the user was created. |\n| [lastSignInTime](./auth.usermetadata.md#usermetadatalastsignintime) | string | Time the user last signed in. |\n\nUserMetadata.creationTime\n-------------------------\n\nTime the user was created.\n\n**Signature:** \n\n readonly creationTime?: string;\n\nUserMetadata.lastSignInTime\n---------------------------\n\nTime the user last signed in.\n\n**Signature:** \n\n readonly lastSignInTime?: string;"]]