google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
478 stars 194 forks source link

Depend on AppCheckCore instead of FirebaseAppCheck #330

Closed mdmathias closed 1 year ago

mdmathias commented 1 year ago

This change removes GSI's dependency on Firebase and FirebaseAppCheck in favor of the leaner AppCheckCore. The benefit of using this dependency is that neither GSI nor downstream clients will need depedencies on other Firebase targets or will have to be Firebase projects themselves.