Android - How to retrieve list of objects in their insertion order from Firebase?

后端 未结 4 464
别跟我提以往
别跟我提以往 2021-01-14 11:47

What do I want?

I want to retrieve the list of objects in their insertion order from Firebase Database.

How am I adding the object

4条回答
  •  既然无缘
    2021-01-14 12:22

    To retrieve sorted data, start by specifying one of the order-by method. For more https://firebase.google.com/docs/database/android/lists-of-data

提交回复
热议问题