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
- 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...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- 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...