File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ const rrfConfig = {
8383
8484## Queries
8585
86- Firestore queries can be created in two ways:
86+ Firestore queries can be created in the following ways:
8787
88- * [ Automatically with Hook] ( #useFirestoreConnect ) - Using ` useFirestoreConnect ` hook (manages mounting/unmounting)
89- * [ Automatically with HOC] ( #firestoreConnect ) - Using ` firestoreConnect ` HOC (manages mounting/unmounting)
90- * [ Manually] ( #manual ) - Using ` get ` , or by setting listeners with ` setListeners ` /` setListener ` (requires managing of listeners)
88+ 1 . [ Automatically with Hook] ( #useFirestoreConnect ) - Using ` useFirestoreConnect ` hook (manages mounting/unmounting)
89+ 1 . [ Automatically with HOC] ( #firestoreConnect ) - Using ` firestoreConnect ` HOC (manages mounting/unmounting)
90+ 1 . [ Manually] ( #manual ) - Using ` get ` , or by setting listeners with ` setListeners ` /` setListener ` (requires managing of listeners)
9191
9292### Automatically with Hook {#useFirestoreConnect}
9393
You can’t perform that action at this time.
0 commit comments