Google Multiple client ids for cross platform expo applications
ExpoExpress🤔QuestionOAuth related
I am having issues with google authentication/sign up on cross platform expo applications, as they use different client ids, and the google social provider config accepts only one string. I have found this relevant discussion in github https://github.com/better-auth/better-auth/issues/4498. Is there any update on the issue?
Currently, betterAuth does not support verifying Google tokens from multiple client IDs within a single configuration. This limitation creates issues when building cross-platform applications where...