GoogleSignIn-iOS
GoogleSignIn-iOS copied to clipboard
Enables iOS and macOS apps to sign in with Google.
SKIP_INTEGRATION_TESTS=YES
**Is your feature request related to a problem you're having? Please describe.** The buttonHeight property is inaccessible and would like the dimensions of the button exposed. **Describe the solution you'd...
**Is your feature request related to a problem you're having? Please describe.** Currently library is storing the token within the keychain using the hardcoded name "auth" that is not customizable,...
Add AppAuthCore as explicit dependency to GoogleSignIn target as there are symbols that it uses from that library. It is needed where GoogleSignIn is used as dynamic library/framework. This is...
Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.2.9 to 3.3.6 Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for...
**Describe the bug** When implementing Google Sign-In on iOS, is it possible to indicate in the google account sign-in popup that only email address will be used? **To Reproduce** Steps...
**Describe the bug** `presentationAnchorForWebAuthenticationSession`, -[UIView window] must be used from main thread only **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Tap on '....' 3. Scroll...
I'm using - GoogleSignIn (7.1.0) framework in my iOS application and I can see that the token seems valid until the expiration date is reached. I use the accepted approach...
**bug** Receiving this PlatformException(sign_in_failed, com.google.GIDSignIn, keychain error, null) when trying to sign in to google signin on macos. Stopped working randomly for both my apps on my personal macbook pro....