Dinnit-Bros / dinnit

1 stars 0 forks source link

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

Open isym444 opened 5 days ago

isym444 commented 5 days 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