firebase-firestore
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
firebase-firestore
firebase-firestore
/
dev.gitlive.firebase.firestore
/
Query
/
orderBy
order
By
fun
orderBy
(
field
:
String
,
direction
:
Direction
=
Direction.ASCENDING
)
:
Query
fun
orderBy
(
field
:
FieldPath
,
direction
:
Direction
=
Direction.ASCENDING
)
:
Query