
Is it possible to add user preferences at the time the account.create function is called, or does it need to be updated after the user account is created?

You can't something to happened with action, but you can make it happened after and action.
Meaning you can create a function and set the function to be triggered on account creation event users.*.create
Then, inside the function you can User value which is inside the APPWRITE_FUNCTION_EVENT_DATA
variable to set the user preferences.
Recommended threads
- [FEATURE] Better usage analytics for app...
Recently, i've gotten **73** emails from appwrite regarding excesive GBHours usage. I've almost hit the limit of 1000 and it is really hard to track down which ...
- Images not showing up --
so i made this movie app - i hosted it successfully using appwrite but the images arent showing up --- https://movie-app-jsm.appwrite.network/ this is the movie...
- Cannot add/update array field
How do I add or update the rows, How exactly to pass properties? (see provided image)
