-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GoogleSignIn pod to 7.1.0 #403
base: master
Are you sure you want to change the base?
Conversation
efb9dcb
to
fbcbfc1
Compare
thank you for your work :) is it worth changing anything for andoid /web ? |
Glad to help!
|
fbcbfc1
to
8650116
Compare
Good, I'm guessing it's breaking change By the way, can you add a link to the official documentation about GIDClientID? |
@rafael-rentman people do depend on the ability to have a runtime defined GID |
Fair enough, I will take a closer look. @riderx Can you name some examples of situations where a runtime defined GID is necessary? |
For what i have seen, in ealier issue, people want to allow login and api usage with different credentials, so at runtime the connection is done. |
Mmh it seems like this will not work with the GoogleSignIn pod going forward. I still don't understand why anyone would want to have multiple GID's for a single app in production... If it is to separate dev from prod it is a non-issue anyway, then it should just be changed in the config |
Is that how it is now? Can you give me an example? How it was? How it will be. |
For example, connect to different google services if your app connects to one GID for Login and one for calendar. |
Updated the GoogleSignIn dependency to:
@capacitor-mlkit/barcode-scanning
)