[[["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 2021-02-11 UTC."],[],[],null,["# FirebaseAuth Framework Reference\n\nFIRUserMetadata\n===============\n\n\n @interface FIRUserMetadata : NSObject\n\nA data class representing the metadata corresponding to a Firebase user.\n- `\n ``\n ``\n `\n\n ### [lastSignInDate](#/c:objc(cs)FIRUserMetadata(py)lastSignInDate)\n\n `\n ` \n Stores the last sign in date for the corresponding Firebase user. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSDate *lastSignInDate;\n\n- `\n ``\n ``\n `\n\n ### [creationDate](#/c:objc(cs)FIRUserMetadata(py)creationDate)\n\n `\n ` \n Stores the creation date for the corresponding Firebase user. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSDate *creationDate;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRUserMetadata(im)init)\n\n `\n ` \n This class should not be initialized manually, an instance of this class can be obtained\n from a Firebase user object. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]