I am making a website where i need to get name of users by their userID "I know I can get current user details " but it won't solve the problem like if there is post by 5 users than in Author tag any one can see author name that's what i want to do but i am not sure how can i do it
anyone can help ??
I think you'll need to create a new collection with user information for now. There is no way in the client sdk to get a list of users.
thank you!
umm.. so in backend is it possible by using API?
ooh, thanks again for the help:appwritebow:
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)