Chat Flutter v3
Chat Flutter
Chat
Flutter
Version 3
Home
/
Chat
/
Flutter
/
User
Update user profile
Copy link
You can update a user's nickname and profile image with a profile URL using updateCurrentUserInfo()
. A user's profile image can be a JPG (.jpg), JPEG (.jpeg), or PNG (.png) file of up to 5 MB.
Or you can directly upload a profile image using the FileInfo.fromData()
constructor.