You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: