3
My main issue with Auth is the need to manually add a Trigger to create the profiles table
Source: supabase/supabase#30843 · opened by @ftzi
This is a big issue for me:
Every app will basically need a profiles table and it's not really dev-friendly to do it.
Better Auth has an awesome way to handle custom data for users: After adding your data, you can run a command to update the Drizzle schema file and then you can run Drizzle to push the changes. Also, it's typesafe.
Can you please improve the profile creation/update to not use this manual SQL steps? I really want to use Supabase but this is really blocking me to have a general solution for my apps.
Every app will basically need a profiles table and it's not really dev-friendly to do it.
Better Auth has an awesome way to handle custom data for users: After adding your data, you can run a command to update the Drizzle schema file and then you can run Drizzle to push the changes. Also, it's typesafe.
Can you please improve the profile creation/update to not use this manual SQL steps? I really want to use Supabase but this is really blocking me to have a general solution for my apps.
No pledges yet. Be the first to back this.
Comments
Similar requests
Insert user to auth.users, get the latest id inserted and then add additional informations to public.profiles based on that last id?
1 vote · 0 comments
Table Editor UX: unclear table selection
2 votes · 0 comments
Add a 'Post User Creation' auth hook (or 'After User Creation')
8 votes · 0 comments
Cannot add "email" provider to an existing user
1 vote · 0 comments
Enable table-based grouping/sorting for Database Management views
1 vote · 0 comments
No comments yet.