diff --git a/.changeset/good-pants-rush.md b/.changeset/good-pants-rush.md new file mode 100644 index 00000000..9605278e --- /dev/null +++ b/.changeset/good-pants-rush.md @@ -0,0 +1,5 @@ +--- +'@capacitor-firebase/authentication': patch +--- + +chore(ios): update `GoogleSignIn` pod to version `7.1.0` diff --git a/packages/authentication/CapacitorFirebaseAuthentication.podspec b/packages/authentication/CapacitorFirebaseAuthentication.podspec index 097164ba..1fc54a57 100644 --- a/packages/authentication/CapacitorFirebaseAuthentication.podspec +++ b/packages/authentication/CapacitorFirebaseAuthentication.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.subspec 'Google' do |google| google.xcconfig = { 'OTHER_SWIFT_FLAGS' => '$(inherited) -DRGCFA_INCLUDE_GOOGLE' } - google.dependency 'GoogleSignIn', '7.0.0' + google.dependency 'GoogleSignIn', '7.1.0' end s.subspec 'Facebook' do |facebook| diff --git a/packages/authentication/ios/Podfile b/packages/authentication/ios/Podfile index 1d32d589..4493a6dc 100644 --- a/packages/authentication/ios/Podfile +++ b/packages/authentication/ios/Podfile @@ -10,7 +10,7 @@ end target 'Plugin' do capacitor_pods pod 'FirebaseAuth', '10.25.0' - pod 'GoogleSignIn', '7.0.0' + pod 'GoogleSignIn', '7.1.0' pod 'FBSDKCoreKit', '16.0.1' pod 'FBSDKLoginKit', '16.0.1' end