[][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 FirebaseAuthUser structures.

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.

Traits

DocumentPath

Functions

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