CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

Definitive detailed description on IDs

Open timstoute opened this issue 9 months ago • 0 comments

I see there are many issues that seem to stem from the incorrect use of IDs, for example the "Unexpectedly found nil while implicitly unwrapping an Optional value ... ".

Can anyone provide some definitive and detailed documentation for the IDs we need need, and where to find them / make them? The documentation, as it stands, is insufficient and I'm struggling to get past this error. I'm using "@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4".

clientId string The app's client ID, found and created in the Google Developers Console.
iosClientId string Specific client ID key for iOS
androidClientId string Specific client ID key for Android
scopes string[] Scopes that you might need to request to access Google APIshttps://developers.google.com/identity/protocols/oauth2/scopes
serverClientId string This ClientId used for offline access and server side handling

timstoute avatar May 23 '24 16:05 timstoute