Firebase.Auth.EmailAuthProvider

Use email and password to authenticate.

Summary

Allows developers to use the email and password credentials as they could other auth providers. For example, this can be used to change passwords, log in, etc.

Inheritance

Inherits from: SystemIDisposable

Constructors and Destructors

EmailAuthProvider()

Public functions

Dispose()
void

Public static functions

GetCredential(string email, string password)

Public functions

Dispose

void Dispose()

EmailAuthProvider

 EmailAuthProvider()

Public static functions

GetCredential

Credential GetCredential(
  string email,
  string password
)

Send feedback about...

Need help? Visit our support page.