
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
- App with randomly scheduled notification...
**Hey everyone! 👋** Building a Flutter app that sends users 1-3 location-based challenges per week based on their preferences. ## The flow: 1. User selects ho...
- Type generation without $id parameter
I'm trying for the first time appwrite on 2 projects and after I've tested appwrite types generation with the cli I'm a little bit confused why it doesn't inclu...
- Implementing Offline Login Caching with ...
Hi, I'm evaluating Appwrite for my Flutter app and need clarification on handling offline login sessions. My app requires users to log in, with the session ca...
