I made a cloud function using nodejs in appwrite which runs on event users.*.create. This cloud function creates the user record in my custom user collection in appwrite,
When i am signing up with email and password, its working fine. But when i am logging in with google. Its not creating the record in collection. I also tried deleting my gmail id from auth in appwrite and then retried logging in with gmail.
Still its not working. Any idea why it is happening