Open joewinke opened 2 months ago
Currently the extension relies on the supabase stack running locally. But we're planning to integrate it with the management API so you can log in with your Supabase account. You can follow along here: https://github.com/supabase-community/supabase-vscode-extension/issues/9
@thorwebdev thanks! is there any downside to me using supabase start
if i'm using the cloud? will they conflict or get out of sync or anything like that?
@joewinke you will want to use a workflow like this: https://supabase.com/docs/guides/cli/managing-environments
So once you've got the CLI installed, follow these steps:
supabase init
supabase link
supabase db pull
supabase db start
I've installed it and it wants me to run
supabase start
- but so far I have done everything via the cloud. Is it necessary? When I ransupabase start
before it felt like it was creating another version that would 'compete' with the cloud. Do I have that right or do I need to run local to use the extension?