We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I update user profile picture using the following snippet, but the updated info does not reflect in client.user
export async function updateUser(user) { // if (chatClient.user) const res = await chatClient.updateUser({ id: user.uid, name: user.displayName, image: user.photoURL, }) }
The text was updated successfully, but these errors were encountered:
Duplicate of #133 . Its in progress :)
Sorry, something went wrong.
Hey @earthlingstd ,
This issue has been fixed. Once the user receives user.updated event, you will see the updated information in client.user object.
user.updated
Closing this issue now!! Please reopen if its not working for you!
Merge pull request GetStream#122 from BetterSocial/bugs/Groupchats
57ad862
Bugs/groupchats
vishalnarkhede
No branches or pull requests
I update user profile picture using the following snippet, but the updated info does not reflect in client.user
The text was updated successfully, but these errors were encountered: