CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
How can we implement dynamic Google OAuth login in an Ionic Capacitor app with support for multiple backends, each having its own Google OAuth CLIENT_ID?
We need to implement Google OAuth login in our Ionic Capacitor app, which connects to multiple backends, each with its own Google OAuth CLIENT_ID. The CLIENT_ID for Google login should be fetched dynamically from the backend's API based on the backend the app is interacting with, rather than using a static CLIENT_ID.
Is this possible or supported in this plugin?
It has been implemented in the successor plugin here: https://github.com/Cap-go/capacitor-social-login Add ID are send from the JS