Expand description
§Firebase Auth API - User information
Retrieve firebase user information
Structs§
- Firebase
Auth User - Users id, email, display name and a few more information
- Firebase
Auth User Response - Your user information query might return zero, one or more
FirebaseAuthUser
structures. - Provider
User Info - 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