Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed Jul 21, 2023
1 parent 565eaac commit cf04287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeForDoc/src/quick_start/onSnapshot.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { example } from './init'
import { query, where, orderBy, onSnapshot, startAfter } from 'firelordjs'

// filter and listen to documents
// listen to filtered collection
const unsub = onSnapshot(
query(
example.collection(), // or example.collectionGroup()
Expand Down

0 comments on commit cf04287

Please sign in to comment.