We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4277b commit 758d524Copy full SHA for 758d524
docs/queries.md
@@ -286,7 +286,7 @@ Query parameters can be passed through the `queryParams` parameter if using obje
286
#### orderByChild
287
To order the query by a child within each object, use orderByChild.
288
289
-**Internally Uses Firebase Method**: [ `orderByChild`](https://firebase.google.com/docs/reference/js/firebase.database.Query#orderByChild)
+**Internally Uses Firebase Method**: [ `orderByChild`](https://firebase.google.com/docs/reference/js/firebase.database.Query#order-bychild)
290
291
##### Example
292
Ordering a list of todos by the text parameter of the todo item (placing them in alphabetical order).
0 commit comments