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
455 stars 181 forks source link

Update AppCheck baseURL to non-beta endpoint #417

Closed mdmathias closed 1 month ago

mdmathias commented 2 months ago

We are exiting the beta phase for AppCheck support, which means GSI needs to not use Firebase's v1beta endpoint for AppCheck.

kGIDAppAttestBaseURL needs to be updated to "https://firebaseappcheck.googleapis.com/v1".

mdmathias commented 1 month ago

Addressed by https://github.com/google/GoogleSignIn-iOS/pull/423