firebase:: auth
Firebase Authentication API.
Summary
Firebase Authentication provides backend services to securely authenticate users. It can authenticate users using passwords and federated identity provider credentials, and it can integrate with a custom auth backend.
Enumerations |
|
|---|---|
AuthError{
|
enum All possible error codes from asynchronous calls. |
Classes |
|
|---|---|
|
firebase:: |
Firebase authentication object. |
|
firebase:: |
Listener called when there is a change in the authentication state. |
|
firebase:: |
Authentication credentials for an authentication provider. |
|
firebase:: |
Use email and password to authenticate. |
|
firebase:: |
Use an access token provided by Facebook to authenticate. |
|
firebase:: |
Use an access token provided by GitHub to authenticate. |
|
firebase:: |
Use an ID token and access token provided by Google to authenticate. |
|
firebase:: |
Use a token and secret provided by Twitter to authenticate. |
|
firebase:: |
Firebase user account object. |
|
firebase:: |
Interface implemented by each identity provider. |
Enumerations
AuthError
AuthError
All possible error codes from asynchronous calls.
| Properties | |
|---|---|
kAuthErrorFailure
|
For error details, call Future::ErrorMessage(). |
kAuthErrorNone
|
Success. |
kAuthErrorUnimplemented
|
Function will be implemented in a later revision of the API. |

