nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

Use full_name from user metadata Supabase Auth instead of users table.

Open mdichtler opened this issue 3 months ago • 1 comments

NameForm.tsx is saving name changes using updateName function to supabase auth, not the database, hence the UI should display this value instead of the database value. Currently there is no sync between the two.

Alternative solution would be to remake the updateName function to use database instead, but it seems like it was type on the account page side.

mdichtler avatar Mar 03 '24 16:03 mdichtler

Someone is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Mar 03 '24 16:03 vercel[bot]