I am trying to implement multi query and pagination with firestore, but once I add < or > to the query the cursor not working.
Check this example App using FireStore with Angular 8 app having pagination
using queries
limit()
orderBy()
startAt()
endBefore()
startAfter()