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 89d46be commit 9941072Copy full SHA for 9941072
packages/firestore/CHANGELOG.md
@@ -1,6 +1,10 @@
1
-# Unreleased
+# 0.7.0 (Unreleased)
2
- [fixed] Fixed `get({source: 'cache'})` to be able to return nonexistent
3
documents from cache.
4
+- [changed] Prepared the persistence layer to allow shared access from multiple
5
+ tabs. While this feature is not yet available, all schema changes are included
6
+ in this release. Once you upgrade, you will not be able to use an older version
7
+ of the Firestore SDK with persistence enabled.
8
9
# 0.6.1
10
- [changed] Improved how Firestore handles idle queries to reduce the cost of
0 commit comments