Skip to content

Commit 3b4fa32

Browse files
author
Michael Lehenbauer
committed
Tweak changelog message to cover additional symptom due to util::WrapNSStringNoCopy() issue which @wilhuff is going to create a fix for.
1 parent 1c94cc3 commit 3b4fa32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firestore/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# v0.10.3
44
- [fixed] Fixed a regression in the 4.10.0 Firebase iOS SDK release that
5-
prevented the SDK from communicating with the backend until successfully
6-
authenticating via Firebase Authentication. All reads and writes would
7-
silently be executed only locally rather than being sent as unauthenticated
8-
requests.
5+
prevented the SDK from communicating with the backend before successfully
6+
authenticating via Firebase Authentication or after unauthenticating and
7+
re-authenticating. Reads and writes would silently be executed locally
8+
but not sent to the backend.
99

1010
# v0.10.2
1111
- [changed] When you delete a FirebaseApp, the associated Firestore instances

0 commit comments

Comments
 (0)