Skip to content

Commit 51950ed

Browse files
authored
Merge pull request #98 from firebase/ehsann/update-todos
Update the TODOs in the README.
2 parents 708e69e + b71ac8f commit 51950ed

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

firestore/testapp/README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ The testapp performs the following:
1313
- Gets a pointer to firebase::Auth, and signs in anonymously. This allows the
1414
testapp to access a Firebase Firestore instance with authentication rules
1515
enabled.
16-
- TODO(varconst): describe the Firestore-specific logic
16+
- Initializes a Firestore instance and sets its logging level to
17+
`kLogLevelDebug` in order to see debug messages in the logs.
18+
- Tests that it can create `Timestamp`, `SnapshotMetadata`, and `GeoPoint`
19+
objects.
20+
- Creates a collection and a document inside that collection.
21+
- Writes initial data to the document (`Set`), updates the document content
22+
(`Update`), reads the document back (`Get`), and checks that the contents
23+
match our expectation.
24+
- Deletes the document.
25+
- Performs a batch write to two documents.
26+
- Performs a Transaction containing three operations (`Update`, `Delete`, and
27+
`Set`) on three different documents.
28+
- Queries documents in the collection that match a certain condition. Ensures
29+
the documents returned via the query match our expectation.
1730

1831
Introduction
1932
------------
@@ -220,11 +233,6 @@ Building and Running the testapp
220233
- The testapp has no user interface, but the output can be viewed via the
221234
console.
222235
223-
Known issues
224-
------------
225-
226-
TODO(varconst)
227-
228236
Support
229237
-------
230238

0 commit comments

Comments
 (0)