vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
5.77k stars 1.18k forks source link

Lack of guidance for local dev: connecting to remote supabase #351

Open ocg2347 opened 1 week ago

ocg2347 commented 1 week ago

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?