FirebaseAdmin.Auth.EmailIdentifier

Used for looking up an account by email.

Summary

See AbstractFirebaseAuth.GetUsersAsync(IReadOnlyCollection{UserIdentifier}).

Inheritance

Inherits from: FirebaseAdmin.Auth.UserIdentifier

Constructors and Destructors

EmailIdentifier(string email)
Initializes a new instance of the EmailIdentifier class.

Public functions

ToString()
override string

Public functions

EmailIdentifier

 EmailIdentifier(
  string email
)

Initializes a new instance of the EmailIdentifier class.

Details
Parameters
email
The email.

ToString

override string ToString()