Skip to content

Commit b46eba6

Browse files
cartantdavideast
authored andcommitted
docs(database): Removed object filtering comment
The query option is ignored when using objects, so referencing the list docs is misleading.
1 parent 08340f8 commit b46eba6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/2-retrieving-data-as-objects.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,4 @@ this.item.subscribe(snapshot => {
188188

189189
Because `FirebaseObjectObservable` synchronizes objects from the realtime database, sorting will have no effect for queries that are not also limited by a range. For example, when paginating you would provide a query with a sort and filter. Both the sort operation and the filter operation affect which subset of the data is returned by the query; however, because the resulting object is simply json, the sort order will not be preseved locally. Hence, for operations that require sorting, you are probably looking for a [list](3-retrieving-data-as-lists.md)
190190

191-
For filtering response data see [](4-querying-lists.md) and repeat 'Object' to yourself everytime you read the word 'List'.
192-
193191
###[Next Step: Retrieving data as lists](3-retrieving-data-as-lists.md)

0 commit comments

Comments
 (0)