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()

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 2022-07-27 UTC.