FeatureFuel
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.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests