java.lang.Object | |
↳ | com.google.firebase.auth.UserProfileChangeRequest.Builder |
The request builder.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a
UserProfileChangeRequest instance
| |||||||||||
Sets the updated display name.
| |||||||||||
Sets the updated photo
Uri . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a UserProfileChangeRequest
instance
Returns | |
---|---|
UserProfileChangeRequest |
Sets the updated display name.
Parameters | |
---|---|
displayName |
String
|
Returns | |
---|---|
UserProfileChangeRequest.Builder |
the UserProfileChangeRequest.Builder for chaining
|
Sets the updated photo Uri
.
Parameters | |
---|---|
photoUri |
Uri
|
Returns | |
---|---|
UserProfileChangeRequest.Builder |
the UserProfileChangeRequest.Builder for chaining
|