Trying to develop with Supabase while your app is live is tricky.
You or a teammate makes some changes to the schema. Suddenly production is experiencing errors.
Or, what if you need to work offline? If you can't connect to Supabase that'll be a problem.
That's where you'd want to setup Supabase locally.
You can make all the changes you want in a local instance, create a migration, and then push your migration to the remote to keep changes in sync.
This whole process can be automated with Github actions even. That way, changes have to be reviewed and approved via PR before they go live.
In this course you will learn how to:
Click "Start Watching" to get started!
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.