FirebaseAuth Framework Reference

UserMetadata

class UserMetadata : NSObject

A data class representing the metadata corresponding to a Firebase user.

  • Stores the last sign in date for the corresponding Firebase user.

    Declaration

    Swift

    var lastSignInDate: Date? { get }
  • Stores the creation date for the corresponding Firebase user.

    Declaration

    Swift

    var creationDate: Date? { get }
  • This class should not be initialized manually, an instance of this class can be obtained from a Firebase user object.