multi query and pagination with firestore

后端 未结 4 951
自闭症患者
自闭症患者 2021-01-02 11:31

I am trying to implement multi query and pagination with firestore, but once I add < or > to the query the cursor not working.



        
4条回答
  •  萌比男神i
    2021-01-02 11:33

    Check this example App using FireStore with Angular 8 app having pagination

    using queries

    limit()

    orderBy()

    startAt()

    endBefore()

    startAfter()

提交回复
热议问题