I want to always get current user data from document after user login via user ID
TL;DR
The user was able to solve their issue by using the `database.listDocuments` function to retrieve specific user data using the user ID. They mentioned running it after the `account.get` function.
dammy
13 Jun, 2023, 19:41
Get a Specific user data - using user ID
Binyamin
13 Jun, 2023, 20:11
You can run database.listDocuments right after account,get or I'm missing something?
dammy
13 Jun, 2023, 22:14
worked, thanks
dammy
13 Jun, 2023, 22:16
[solved] - Get a Specific user data - using user ID
Binyamin
13 Jun, 2023, 22:18
<:appwriteupvote:899677724615016528>
Guille
14 Jun, 2023, 02:52
[SOLVED] - Get a Specific user data - using user ID