i'll tried to trigger a function using users.*.create
I need to get the userID to do some stuff
You might want to create an issue for this.
For now, you might need to hook into the session create event and check for anonymous session creation
if you do find a solution, please inform me, as i'm interested in this as well
Well, i'm use users.*.sessions.*.create
and then get userId
this works for me.
[SOLVED] How can trigger a function when an Anonymous user is created
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...