File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ const rrfConfig = {
83
83
84
84
## Queries
85
85
86
- Firestore queries can be created in two ways:
86
+ Firestore queries can be created in the following ways:
87
87
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)
91
91
92
92
### Automatically with Hook {#useFirestoreConnect}
93
93
You can’t perform that action at this time.
0 commit comments