Skip to content

Commit 2f01149

Browse files
authored
chore(docs): link to Query Options in firestore section (#980) - @gregfenton
1 parent 3f05e34 commit 2f01149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/firestore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Firestore queries can be created in the following ways:
9393
1. [Automatically with HOC](#firestoreConnect) - Using `firestoreConnect` HOC (manages mounting/unmounting)
9494
1. [Manually](#manual) - Using `get`, or by setting listeners with `setListeners`/`setListener` (requires managing of listeners)
9595

96+
See the [redux-firestore API](https://github.com/prescottprue/redux-firestore#api) for an understanding of [query options](https://github.com/prescottprue/redux-firestore#query-options) such as [`where`](https://github.com/prescottprue/redux-firestore#where), [`orderBy`](https://github.com/prescottprue/redux-firestore#orderby) and [`limit`](https://github.com/prescottprue/redux-firestore#limit).
97+
9698
### Automatically with Hook {#useFirestoreConnect}
9799

98100
`useFirestoreConnect` is a React hook that manages attaching and detaching listeners for you as the component mounts and unmounts.

0 commit comments

Comments
 (0)