I have a function that is set to run on user create event - "users.*.create"
If I create a new user from the console, it works fine.
But if I try to create a new user using Oauth2 provider - Google - it does not even run.
I understand this was a issue in the past, but was solved long time ago...
TL;DR
Function set to run on user creation event isn't triggered when creating a user via Google OAuth2, although it works fine when creating through the console. This issue was supposedly resolved previously.