FirebaseAdmin.Auth.UserProvider

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

Summary

Properties

DisplayName
string
Gets or sets the user's display name.
Email
string
Gets or sets the user's email address.
PhotoUrl
string
Gets or sets the photo URL of the user.
ProviderId
string
Gets or sets the ID of the identity provider.
Uid
string
Gets or sets the user's unique ID assigned by the identity provider.

Properties

DisplayName

string DisplayName

Gets or sets the user's display name.

Email

string Email

Gets or sets the user's email address.

PhotoUrl

string PhotoUrl

Gets or sets the photo URL of the user.

ProviderId

string ProviderId

Gets or sets the ID of the identity provider.

This can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider. This field is required.

Uid

string Uid

Gets or sets the user's unique ID assigned by the identity provider.

This field is required.