Skip to content

Commit 15a99f0

Browse files
authored
Firestore: Downgrade grpc CocoaPods dependency to 1.44.0 (was 1.50.1) (#11846)
1 parent d9705e6 commit 15a99f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

FirebaseFirestore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
9090

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

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

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

Firestore/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)