Ethanxyz
08/21/2021, 8:05 AMsilentworks
08/21/2021, 10:58 AMsilentworks
08/21/2021, 11:01 AMEthanxyz
08/21/2021, 6:25 PMEthanxyz
08/21/2021, 6:28 PMProfiles
table that supabase has users set up when following the Svelte quick start guide
.
I found out, the users who auth with magic are sent to a separate tab in supabase, and only after a user visits the Profile.svelte
page and updates their name does the user finally get added to the Profiles
table.
This leads me to my next question....Ethanxyz
08/21/2021, 6:29 PMProfiles
table without having them have to add a name ? ( i.e., whenever the user auths with magic, a new user is created in the table with a random user name ).Ethanxyz
08/21/2021, 6:30 PMProfiles
table, because I will use the user as a FK in another table ), but it is super bad UX to first inform the user that they need to update their name.