We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c94cc3 commit 3b4fa32Copy full SHA for 3b4fa32
Firestore/CHANGELOG.md
@@ -2,10 +2,10 @@
2
3
# v0.10.3
4
- [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.
+ prevented the SDK from communicating with the backend before successfully
+ authenticating via Firebase Authentication or after unauthenticating and
+ re-authenticating. Reads and writes would silently be executed locally
+ but not sent to the backend.
9
10
# v0.10.2
11
- [changed] When you delete a FirebaseApp, the associated Firestore instances
0 commit comments