Skip to content

Commit 2432d88

Browse files
committed
Update changelog
1 parent ad3c7d3 commit 2432d88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Firestore/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
improvements. This benefit is reduced if changes accumulate while the query
55
is inactive. Queries that use the `limit()` API may not always benefit,
66
depending on the accumulated changes.
7+
- [changed] Changed the location of Firestore's locally stored data from the
8+
Documents folder to Library/Application Support, hiding it from users of apps
9+
that share their files with the iOS Files app. **Important** Older versions
10+
of the Firestore SDK can't read data from the new location, so once user data
11+
has been migrated to the new folder, downgrading to an older version will
12+
cause that user to appear to lose data.
713

814
# v1.9.0
915
- [feature] Added a `limit(toLast:)` query operator, which returns the last
@@ -43,7 +49,7 @@
4349
experience.
4450

4551
# v1.6.1
46-
- [fixed] Fix a race condition that could cause a segmentation fault during
52+
- [fixed] Fixed a race condition that could cause a segmentation fault during
4753
client initialization.
4854

4955
# v1.6.0

0 commit comments

Comments
 (0)