Stay organized with collections
Save and categorize content based on your preferences.
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.
Public static functions
|
GetCredential(string email, string password)
|
|
Properties
ProviderId
static string ProviderId
Public static functions
GetCredential
Credential GetCredential(
string email,
string password
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["Firebase.Auth.EmailAuthProvider\n\nUse email and password to authenticate.\n\nSummary\n\nAllows 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.\n\nProperties \n\nProviderId \n\n```c#\nstatic string ProviderId\n``` \n\nPublic static functions \n\nGetCredential \n\n```c#\nCredential GetCredential(\n string email,\n string password\n)\n```"]]