We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1cc0d commit e859106Copy full SHA for e859106
docs/queries.md
@@ -87,7 +87,7 @@ Limit query results to the first n number of results.
87
```javascript
88
@firebaseConnect([
89
'/todos#limitToFirst'
90
- // { path: '/todos', queryParams: [ 'limitToFirst' ] } // object notation
+ // { path: '/todos', queryParams: [ 'limitToFirst=1' ] } // object notation
91
])
92
```
93
2. Displaying only the first 10 todo items
0 commit comments