
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
- Nextjs ISR (incremental static regenerat...
i have a cached function and when i revalidate it using `revalidateTag` the cache gets revalidated but the static pages using that cached function do not get re...
- Adding users to a team. HELP ME OUT. 🙏
So i am building a online Education platform. Teachers have a register page. I have a "teachers" team in auth and a "teacher_profile" database for storing profi...
- Unable to create string element with co...
Wrong string created in createdocument in collection with String array attribute Array string like this ["aa,bb","cc,dd"] is created with 4 elements instead of ...
