UserProvider class

Represents a user identity provider that can be associated with a Firebase user.

Constructors

UserProvider({String? uid, String? displayName, String? email, String? phoneNumber, String? photoURL, String? providerId})

Properties

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

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