[][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

userinfo

Retrieve information about the firebase auth user associated with the given session

userremove

Removes the firebase auth user associated with the given session