File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
- [ feature] Added ` clearPersistence() ` , which clears the persistent storage
8
8
including pending writes and cached documents. This is intended to help
9
9
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 ).
12
14
13
15
# 19.0.1
14
16
- [ fixed] Fixed an issue that prevented schema migrations for clients with
You can’t perform that action at this time.
0 commit comments