I want to always get current user data from document after user login via user ID
Get a Specific user data - using user ID
You can run database.listDocuments
right after account,get
or I'm missing something?
worked, thanks
[solved] - Get a Specific user data - using user ID
<:appwriteupvote:899677724615016528>
[SOLVED] - Get a Specific user data - using user ID
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...