Stay organized with collections
Save and categorize content based on your preferences.
firebase::auth::EmailAuthProvider
#include <credential.h>
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[],null,["firebase::auth::EmailAuthProvider\n\n\n`#include \u003ccredential.h\u003e`\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\nPublic static attributes \n\nkProviderId \n\n```c++\nconst char *const kProviderId\n``` \nThe string used to identify this provider.\n\nPublic static functions \n\nGetCredential \n\n```c++\nCredential GetCredential(\n const char *email,\n const char *password\n)\n``` \nGenerate a credential from the given email and password.\n\n\u003cbr /\u003e"]]