[−][src]Module firestore_db_and_auth::users
Firebase Auth API - User information
Retrieve firebase user information
Structs
| FirebaseAuthUser | Users id, email, display name and a few more information |
| FirebaseAuthUserResponse | Your user information query might return zero, one or more |
| ProviderUserInfo | A federated services like Facebook, Github etc that the user has used to authenticated himself and that he associated with this firebase auth account. |
Functions
| sign_in | Signs in with the given email and password and returns a user session. |
| sign_up | Creates the firebase auth user with the given email and password and returns a user session. |
| user_info | Retrieve information about the firebase auth user associated with the given user session |
| user_remove | Removes the firebase auth user associated with the given user session |