UserMetadata
@available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)
@objc(FIRUserMetadata)
open class UserMetadata : NSObjectextension UserMetadata: NSSecureCodingA data class representing the metadata corresponding to a Firebase user.
-
Stores the last sign in date for the corresponding Firebase user.
Declaration
Swift
@objc public let lastSignInDate: Date? -
Stores the creation date for the corresponding Firebase user.
Declaration
Swift
@objc public let creationDate: Date?
-
Undocumented
Declaration
Swift
public static let supportsSecureCoding: Bool -
Undocumented
Declaration
Swift
public func encode(with coder: NSCoder) -
Undocumented
Declaration
Swift
public required convenience init?(coder: NSCoder)