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?