Hi!
Sorry if this has already been asked, I did my absolute best to search here as well as elsewhere. My function is not executed when a user is getting registered, the only auth option is phone/sms
I am able to manually execute the function however my event is not triggered: users.*.create Am I using the wrong event?
I am trying to add a profile document automatically to store public information for their profile.
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...