Im trying to figure out how to get a user from there UID from the client / web but can't figure it out, the only thing im finding is for server side.
You cannot get a different user's info from client sdks, thats not normal and isn't secure. You could technically host an Appwrite Function that returns a User object if it exists based on a sent user id.
Recommended threads
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...