Hi there,
Recently we migrate from 2 separated projects to Supabase branching by using main and preview/ephemeral branches for our PRs.
We noticed that Google social login (and other social logins) are not working because every time Supabase creates a new preview branch, Google doesn’t now the redirect URI because Supabase change it dynamically and so we cannot use Google login on preview branches. The only way we found is that every time we create a new preview branch we have to go into Google Cloud Console and set the new URL.
Is there a workaround on this?