UserInfo<T extends UserInfoJsImpl> class

User profile information, visible only to the Firebase project's apps.

See: firebase.google.com/docs/reference/js/firebase.UserInfo.

Implementers

Constructors

UserInfo.fromJsObject(T jsObject)
Creates a new UserInfo from a jsObject.

Properties

displayName String
User's display name.
no setter
email String
User's e-mail address.
no setter
hashCode int
The hash code for this object.
no setterinherited
jsObject → T
JS object.
finalinherited
phoneNumber String
The user's E.164 formatted phone number (if available).
no setter
photoURL String
User's profile picture URL.
no setter
providerId String
User's authentication provider ID.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
User's unique ID.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited