I have a problem: when i try to auth with Google using Supabase on localhost (WEB) - this work correctly: after authentication in my URL i can see ?code=?code=7c... . But when i try to auth using Google from real link (in my case - Firebase Hosting generated domain) - auth don't finalize corryctly, and i see /auth/v1/authorize?provider=google&flow_type=pkce&code_challenge=3Y... in URL. So, Supabase.instance.client.auth.currentUser returns null.
In Redirect URL's in Supabase console 100% exist correctly redirect URL - i checked this more than 10 times.
How i can fix it?
In Redirect URL's in Supabase console 100% exist correctly redirect URL - i checked this more than 10 times.