[SOLVED] How can trigger a function when an Anonymous user is created
- 0
- Resolved
- Flutter
- Functions
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
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...
- Appwrite Functions not executing with a ...
I have multiple functions running with a CRON Job however, they all stopped executing around 35 mins ago from this post. Project ID:6a4a03920012bede992d Region:...
- Deployment fails at sidecar step "Build ...
Hi Appwrite team, I'm getting a consistent deployment failure on Appwrite Cloud. The build itself completes successfully, but a post-build sidecar step then fa...