Releases: mdmathias/GoogleSignIn-iOS
Releases · mdmathias/GoogleSignIn-iOS
Google Sign-In 8.0.0
- General release adding Firebase App Check support to establish your
application's integrity while signing in with Google - Internal
- Update AppCheckCore dependency to v11.0 (#454)
- Add instancetype return to test helper (#393)
- Remove GTMSessionFetcher modular import (#403)
- Bump activesupport from 5.2.5 to 5.2.8.1 in the bundler group (#429)
- Remove deprecated macos-11 runner (#447)
- Update deprecated archiving API usage in tests (#449)
Google Sign-In 7.1.0-fac-eap-1.0.0
Google Sign-In 7.1.0-fac-eap-1.0.0
- Early Access Program (EAP) release supporting Firebase App Check tokens used
to establish your application's integrity while signing in with Google- Use
-[GIDSignIn configureWithCompletion:]
to configure GSI to use Firebase App Check as early as possible in your app
to minimize latency. - Use
-[GIDSignIn configureDebugProviderWithAPIKey:completion:]
in debug builds or continuous integration environments. - New sample app
showing example of configuring GSI to use Firebase App Check.
- Use
- Internal
- Fix typo in
SFSafariViewController(#291) - Removes
macos-11runner in GitHub workflows (#302) - Updates button name reference so UI automation tests pass (#308)
- Ensure that
completionis not nil before calling
-[GIDSignIn restorePreviousSignIn:](#301) - Use new delegate protocol
from GTMAppAuth 4.0.0 (#299)
- Fix typo in
Google Sign-In 7.1.0-fac-eap-1.0.1
Update to Swift 5 in GoogleSignInSwiftSupport.podspec (#317)