Skip to content

Commit 8e10aef

Browse files
authored
Merge 51f5920 into f6a79df
2 parents f6a79df + 51f5920 commit 8e10aef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ext {
5050
playServicesVersion = '16.0.1'
5151
supportAnnotationsVersion = '28.0.0'
5252
googleTruthVersion = '1.1.2'
53-
grpcVersion = '1.48.1'
53+
grpcVersion = '1.50.2'
5454
robolectricVersion = '4.9'
5555
protocVersion = '3.17.3'
5656
javaliteVersion = '3.17.3'

firebase-firestore/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Unreleased
22
- [fixed] Fix FAILED_PRECONDITION when writing to a deleted document in a transaction.
3-
(#5871).
4-
5-
- [fixed] Fixed Firestore failing to raise initial snapshot from empty local cache result.
6-
- [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from error messages.
3+
([Issue #5871](//github.com/firebase/firebase-android-sdk/issues/5871))
4+
- [fixed] Fixed Firestore failing to raise initial snapshot from empty local cache result. ([PR](https://github.com/firebase/firebase-android-sdk/pull/4207))
5+
- [fixed] Removed invalid suggestions to use `GenericTypeIndicator` from error messages. ([Issue 222](https://github.com/firebase/firebase-android-sdk/issues/222))
6+
- [changed] Updated dependency of `io.grpc.*` to its latest
7+
version (v1.50.2).
78

89
# 24.4.0
910
* [feature] Added

0 commit comments

Comments
 (0)