UserInfo class

User info class that provides provider user information for different Firebase providers like google.com, facebook.com, password, etc.

Properties

displayName String?
The display name for the linked provider.
no setter
email String?
The email for the linked provider.
no setter
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
The phone number for the linked provider.
no setter
photoUrl Uri?
The photo URL for the linked provider.
no setter
providerId String
The linked provider ID (for example, "google.com" for the Google provider).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
The user identifier for the linked provider.
no setter

Methods

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

Operators

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