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
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...