firebase::auth::SignInResult

#include <user.h>

Result of operations that can affect authentication state.

Summary

Deprecated. This structure will be replaced with AuthResult.

Constructors and Destructors

SignInResult()

Public attributes

info
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
meta
Metadata associated with the Firebase user.
user
User *
The currently signed-in User, or NULL if there isn't any (i.e.

Public attributes

info

AdditionalUserInfo firebase::auth::SignInResult::info

Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.

meta

UserMetadata firebase::auth::SignInResult::meta

Metadata associated with the Firebase user.

user

User * firebase::auth::SignInResult::user

The currently signed-in User, or NULL if there isn't any (i.e.

the user is signed out).

Public functions

SignInResult

 firebase::auth::SignInResult::SignInResult()