Skip to content

Commit 50dfb71

Browse files
jamesdanielsdavideast
authored andcommitted
Next step md syntax
1 parent 486eaa8 commit 50dfb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +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-
###[Next Step: Retrieving data as lists](3-retrieving-data-as-lists.md)
191+
### [Next Step: Retrieving data as lists](3-retrieving-data-as-lists.md)

0 commit comments

Comments
 (0)