Skip to content

Commit c972410

Browse files
committed
add snippet comments
1 parent c8455f4 commit c972410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firestore-next/test.firestore.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ describe("firestore-pipelines", () => {
13531353
});
13541354

13551355
async function basicRead() {
1356+
// [START basic_read]
13561357
const readDataPipeline = db.pipeline()
13571358
.collection("users")
13581359

@@ -1366,6 +1367,7 @@ describe("firestore-pipelines", () => {
13661367
.catch((error) => {
13671368
console.error("Error getting documents: ", error);
13681369
});
1370+
// [END basic_read]
13691371
}
13701372

13711373
function pipelineConcepts() {

0 commit comments

Comments
 (0)