ConnectyCube / connectycube-flutter-samples

Code samples for Flutter, based on ConnectyCube platform
https://developers.connectycube.com/flutter/
Apache License 2.0
85 stars 91 forks source link

I want my one-to-one user in chat to have a profile image field. can u provide me with any reference material to add to my users #281

Closed richanshah closed 1 year ago

richanshah commented 1 year ago

I want my one-to-one user in chat to have a profile image field. can u provide me with any reference material to add to my users

TatankaConCube commented 1 year ago

It is easy, your user just should to have the avatar and our server will set this field to the photo field of the private dialog. There is documentation on how to set user avatar https://developers.connectycube.com/flutter/authentication-and-users?id=user-avatar. Also, this functionality is presented in our Chat sample.

richanshah commented 1 year ago

thanks