Pidanou Eang

Results 5 comments of Pidanou Eang

I have somewgat the same issue with gotrue:v2.142.0 `docker pull public.ecr.aws/supabase/gotrue:v2.142.0` works fine but when i run `supabase start` i have: ``` failed to pull docker image: invalid reference format...

This issue just makes the `squash` action pretty much useless at best and dangerous at worse when you're working with the `storage` and `auth` schemas Imagine squashing for your first...

Is there a reason why `supabase migration squash` doesn't just merge the migration files together?

@sweatybridge I only have triggers on auth and storage schemas so it's not a full test but from what I see on my end it looks great

I have the same issue, i added this to fix it: ``` onTap: () async { await Supabase.instance.client.auth.signOut().then((value) { _googleSignIn.signOut(); GoRouter.of(context).go('/login'); }); }, ``` But yea it seems more logical...