Rank 1: Thread
In my application, users can only login via OAuth.
I need to fire a function when they login for the first time to create some tables.
However, it seems that when a user logs in for the first time, appwrite does not recoginize this as a new registered user (see screenshot).
I tried to use the users.*.create event.