File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 4
4
improvements. This benefit is reduced if changes accumulate while the query
5
5
is inactive. Queries that use the ` limit() ` API may not always benefit,
6
6
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.
7
13
8
14
# v1.9.0
9
15
- [ feature] Added a ` limit(toLast:) ` query operator, which returns the last
43
49
experience.
44
50
45
51
# 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
47
53
client initialization.
48
54
49
55
# v1.6.0
You can’t perform that action at this time.
0 commit comments