Hi, I'm sure this is a common pattern, and most likely there's a few simple steps to do this, but I've not yet seen any docs on something like this. Basically I want to create a document that will contain much of the user's information in my web game and I want to create the initial state on the account.create event. Is there any doc or how to for the best practice for this? Do I need to create a custom function? If so how do I trigger it? Apologies if this is super basic stuff...
Yes! Functions are the way to go. You can configure a function to trigger on an event. See https://appwrite.io/docs/functions
Thanks! I'll give it a shot
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused