You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are looking to grab the current user from the QBChatSDK.getInstance().user property and we noticed that after calling QBChatSDK.getInstance().login() successfully, that user property has empty values for all user generated properties like login.
The text was updated successfully, but these errors were encountered:
Hello @haarj
There is no QBChatSDK class in the QuickBlox Android SDK. Perhaps you meant the QBChatService class?
I tried to investigate this behavior using our sample-conference-kotlin, but I could not reproduce the issue. After successfully calling: QBChatService.getInstance().login(user),
I was able to retrieve the current user from QBChatService.getInstance().user, and all the fields, including user-generated properties like login, were populated correctly.
We also advise you to try reproducing this issue on our sample-conference-kotlin. If you encounter it, please provide us with logs to help us investigate further.
haarj
changed the title
QBChatSDK.getInstance().user = empty values after connecting
QBChatService.getInstance().user = empty values after connecting
Oct 21, 2024
Thanks, @vdovbnya-qb. We're going to table this for now as we are working on other things at the moment and caching our own current user for now. We'll retest this towards the end of the Android project. Thanks!
Hey Android Team,
We are looking to grab the current user from the
QBChatSDK.getInstance().user
property and we noticed that after callingQBChatSDK.getInstance().login()
successfully, thatuser
property has empty values for all user generated properties likelogin
.The text was updated successfully, but these errors were encountered: