You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, @Daplex, thank you for reporting that, and sorry for the silence. I was on vacation. I will investigate and share a solution or publish an update that fixes it.
I am facing the same issue, the pagination doesn't work, it only repeats the same page. I tried it with vanilla firebase/firestore and passed the snapshot object and pagination worked just fine.
Hi!
I've got an issue having a query working with a sort by.
I'm trying to sort by a field and then paginate thanks to the
docId
ofafter
which is the last element of the previous page.The
startAfter
doesn't seem to work, maybe because there are twoorderBy
in the query.I've managed to have this use case working with the
firebase-admin
sdk:Thanks for the help!
The text was updated successfully, but these errors were encountered: