Skip to content

Commit c5af9ff

Browse files
committed
Add CHANGELOG entry
1 parent b1f0409 commit c5af9ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Firestore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
that reduces the number of billed document reads when documents were deleted
44
on the server while the client was not actively listening to the query
55
(e.g. while the client was offline). (#INSERT_PR_NUMBER_HERE)
6+
- [added] Developers using Firestore on **visionOS** must use a source
7+
Firestore distribution rather than the default binary distribution. To do
8+
this, quit Xcode and open the desired project from the command line
9+
with the `FIREBASE_SOURCE_FIRESTORE` environment variable:
10+
```
11+
open --env FIREBASE_SOURCE_FIRESTORE /path/to/project.xcodeproj
12+
```
13+
To go back to using the binary distribution of Firestore, quit Xcode and
14+
open Xcode like normal, without the environment variable. (#11492)
615

716
# 10.11.0
817
- [feature] Expose MultiDb API for public preview. (#10465)

0 commit comments

Comments
 (0)