firebase::auth::User::UserProfile

#include <user.h>

Parameters to theUpdateUserProfile() function.

Summary

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

Constructors and Destructors

UserProfile()
Construct aUserProfile 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

constchar*firebase::auth::User::UserProfile::display_name

User display name.

photo_url

constchar*firebase::auth::User::UserProfile::photo_url

User photo URI.

Public functions

UserProfile

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

Construct aUserProfile with no display name or photo URL.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-01-23 UTC.