When a user creates an account I expect it to be stored in the users table.
I created an account with a gmail address, got the pin and used it, but no new row was created in the users table in the database.
Nonetheless I was logged in and able to interact with the app, so I updated a value on my profile page and the value remained changed.
I checked the database and that value was changed, instead, for a user row with the email address ‘chilly-connection-911@anonymous.appuser.io’ (I got that data when copying a template via appswithoutcode)
I tried this again with a different gmail address and got the exact same results.
Why is it not creating a new user? And why it is updating a row for a user I did not log in as?