Firebase.Auth.UserProfile

Parameters to the UpdateUserProfile() function.

Summary

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

Inheritance

Inherits from: SystemIDisposable

Constructors and Destructors

UserProfile()

Properties

DisplayName
string
PhotoUri
System.Uri
Deprecated. PhotoUri is deprecated, please use Firebase.Auth.UserProfile.PhotoUrl instead.
User photo URI.
PhotoUrl
System.Uri
User photo URI.

Public functions

Dispose()
void

Properties

DisplayName

string DisplayName

PhotoUri

System.Uri PhotoUri

User photo URI.

The photo url associated with the user, if any.

Deprecated. PhotoUri is deprecated, please use Firebase.Auth.UserProfile.PhotoUrl instead.

PhotoUrl

System.Uri PhotoUrl

User photo URI.

The photo url associated with the user, if any.

Public functions

Dispose

void Dispose()

UserProfile

 UserProfile()

Send feedback about...

Need help? Visit our support page.