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