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
Gets or sets the display name associated with the user.
PhotoUrl
System.Uri
User photo URI.

Public functions

Dispose()
void
Dispose(bool disposing)
void

Properties

DisplayName

stringDisplayName

Gets or sets the display name associated with the user.

PhotoUrl

System.UriPhotoUrl

User photo URI.

The photo url associated with the user, if any.

Public functions

Dispose

voidDispose()

Dispose

voidDispose(booldisposing)

UserProfile

UserProfile()