Skip to content

Commit

Permalink
Firestore: Downgrade grpc CocoaPods dependency to 1.44.0 (was 1.50.1) (
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe authored Sep 25, 2023
1 parent d9705e6 commit 15a99f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,

s.dependency 'FirebaseCore', '~> 10.0'

abseil_version = '~> 1.20220623.0'
abseil_version = '~> 1.20211102.0'
s.dependency 'abseil/algorithm', abseil_version
s.dependency 'abseil/base', abseil_version
s.dependency 'abseil/container/flat_hash_map', abseil_version
Expand All @@ -100,7 +100,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.dependency 'abseil/time', abseil_version
s.dependency 'abseil/types', abseil_version

s.dependency 'gRPC-C++', '~> 1.50.1'
s.dependency 'gRPC-C++', '~> 1.44.0'
s.dependency 'leveldb-library', '~> 1.22'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'

Expand Down
3 changes: 3 additions & 0 deletions Firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
- [fixed] Fixed an issue where Firestore's binary SwiftPM distribution would
not link properly when building a target for testing. This issue affected
Xcode 15 Beta 5 and later (#11656).
- [fixed] Downgrade the CocoaPods grpc dependency back to 1.44.0 (from 1.50.1)
to fix a crash on iOS 12 devices that was introduced in the Firebase Apple SDK
10.10.0 when the grpc dependency was upgraded (#11509).

# 10.15.0
- [feature] Add the option to allow the SDK to create cache indexes automatically to
Expand Down

0 comments on commit 15a99f0

Please sign in to comment.