Supabase currently only supports a single client secret for google auth. The problem is that if you need to have multiple google projects for different branding (think white label app), we cannot specify the other client secret. So we can authenticate against Google but we cannot convert that id token into a Supabase issued JWT. What can we do? Currently planning on using Firebase as a third-parth auth provider, but that brings other complications such as RLS and double-billing.