Order Firestore data by TimeStamp in Ascending order

后端 未结 3 793
天涯浪人
天涯浪人 2021-01-03 23:51

I am storing Ideas posted by the application in Firestore. The data is stored in Firestore like this Ideas/{documentID}/IdeaObject. The issue is when I retr

3条回答
  •  星月不相逢
    2021-01-03 23:58

    You have to also add index in your firebase account which is in database -> Indexes -> add index

提交回复
热议问题