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
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- Middleware
how to make middleware in nextjs appwrite with client side auth?