firebase::auth::User::UserProfile

#include <user.h>

Parameters to the UpdateUserProfile() function.

Summary

For fields you don't want to update, pass NULL. For fields you want to reset, pass "".

Constructors and Destructors

UserProfile()
Construct a UserProfile with no display name or photo URL.

Public attributes

display_name
const char *
User display name.
photo_url
const char *
User photo URI.

Public attributes

display_name

const char * firebase::auth::User::UserProfile::display_name

User display name.

photo_url

const char * firebase::auth::User::UserProfile::photo_url

User photo URI.

Public functions

UserProfile

 firebase::auth::User::UserProfile::UserProfile()

Construct a UserProfile with no display name or photo URL.