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

Lack of guidance for local dev: connecting to remote supabase

Open ocg2347 opened this issue 1 year ago • 0 comments

Hi all, This is an excellent boiler plate for most SaaS, thank you! For my current project, I stick to the local development option but wanted to use remote supabase project. To make things work, I found out that the repo lacks creating the database tables. To do so, one should run the schema.sql in sql editor in the corresponding supabase project. I think this info should be added for developers who are just starting their supabase journey as me.

Plus, a tiny question of mine: how Vercel-supabase integration does this?

ocg2347 avatar Jun 21 '24 13:06 ocg2347