CapacitorGoogleAuth icon indicating copy to clipboard operation
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?

Open IbrahimElkhatib opened this issue 1 year ago • 1 comments

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?

IbrahimElkhatib avatar Sep 27 '24 06:09 IbrahimElkhatib

It has been implemented in the successor plugin here: https://github.com/Cap-go/capacitor-social-login Add ID are send from the JS

riderx avatar Oct 14 '24 06:10 riderx