Dinnit-Bros / dinnit

1 stars 1 forks source link

Convert ERD and relation schemas into postgreSQL tables within supabase & connect authentication to user entity #21

Closed isym444 closed 1 week ago

isym444 commented 3 weeks ago

When new user authenticates, they are also added into our SQL profiles table

image

When a user authenticates that already exists in our SQL profiles table, this is picked up and a new user is not added

image

Evidence user appearing in SQL table:

image