
I need to read out the username for specific userIDs in a list. How can I do this? Can I somehow do something like database.getUserName('userIDStringHere')?


Somehow... But is it only usable on Server API and not in Flutter?

if you have the user data in a collection you can add a query like Query.equal(userId, 'userIDStringHere') to list documents and from result you get the username
Recommended threads
- flutter_web_auth_2 needs to be updated!
The appwrite SDK is using an old version of flutter_web_auth_2 which I beleive is now deprecated, or atleast, isn't working for me. iOS, Linux, Web, Windows stu...
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
