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
Public functions
UserProfile
firebase::auth::User::UserProfile::UserProfile()
Construct a UserProfile with no display name or photo URL.