
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
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
