Skip to content

Commit b863ed2

Browse files
Update CHANGELOG.md
1 parent 4535883 commit b863ed2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
- [feature] Added `clearPersistence()`, which clears the persistent storage
88
including pending writes and cached documents. This is intended to help
99
write reliable tests (https://github.com/firebase/firebase-js-sdk/issues/449).
10-
- [changed] Firestore now provides a clear error message when it fails to load
11-
SSL Ciphers during a connection attempt.
10+
- [changed] Instead of failing silently, Firestore now crahses the client app
11+
if it fails to load SSL Ciphers. To avoid these crashes, you must bundle
12+
Conscrupt if you support non-GMSCore devices on Android KitKat or JellyBean
13+
(see https://github.com/grpc/grpc-java/blob/master/SECURITY.md#tls-on-android).
1214

1315
# 19.0.1
1416
- [fixed] Fixed an issue that prevented schema migrations for clients with

0 commit comments

Comments
 (0)