NativeScript / plugins

@nativescript plugins to help with your developments.
https://docs.nativescript.org/plugins/index.html
Apache License 2.0
189 stars 107 forks source link

docs(google-signin): Update docs to include adding GIDClientID to info.plist #522

Closed williamjuan027 closed 1 year ago

williamjuan027 commented 1 year ago

This is a requirement since Google Sign-In 7.0.0. Without it, calling the GoogleSignin.signIn() will throw the following error:

[Google login failed, Error: No active configuration.  Make sure GIDClientID is set in Info.plist.]

The demo app already includes the GIDClientId in the Info.plist, adding to the docs so others don't run into this issue :)