
I am trying to create a webhook that sends a signal anytime a new user is created. When I do this with a user email and password the webhook triggers correctly.
However, when I signed in with google it does not. To the best of my knowledge, if this is the first time signing in, a new user is created, therefor triggering the "create" event. Is my thinking correct here?

No it doesn't

You can see here that the event is set only to account create

But a new user is created on the first sign in, how does this differ from a traditional "create" event?

It's not different in that aspect, Just the API doesn't have that event for the OAuth2

I think someone has created a feature/bug issue for it.

OK that makes it clear. I already have a solution for this but was hoping there was a native way to do this.

Thank you Binyamin

<a:agooglethumbsup:635256484682530825>

Related issue here Make sure to give it a 👍
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
