UserInfo class

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

Constructors

UserInfo(Map<String, String?> _data)

Properties

displayName String?
The users display name.
read-only
email String?
The users email address.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
phoneNumber String?
Returns the users phone number.
read-only
photoURL String?
Returns a photo URL for the user.
read-only
providerId String
The federated provider ID.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
uid String?
The user's unique ID.
read-only

Methods

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

Operators

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