User

Modify Nickname

setDisplayName(userId: String, newDisplayName: String)
NameTypeDescriptionRequired

userId

String

the userId to update the nickname of

true

newDisplayName

String

the new display name of the user

true

Set Profile Image

updateAvatar(userId: String, newAvatarUri: Uri, fileName: String)
NameTypeDescriptionRequired

userId

String

the userId to update the profile picture of

true

newAvatarUri

String

the new profile pricture URI of the user

true

fileName

String

the fileName of selected image

true

Last updated