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
Does anyone know how to make pagination work with the Collection component?
I found this tutorial from fireship.io, but this is using an older version of sveltefire (and firebase). I would assume that it should still work in theory.
This is what i tried so far
If I press the MORE button I know that the runQuery function runs again as I can see the console.log, but the page does not update with the next documents.
I did an experiment using just firestore and the query does work as expected
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Again this is not an issue rather a question.
Does anyone know how to make pagination work with the Collection component?
I found this tutorial from fireship.io, but this is using an older version of sveltefire (and firebase). I would assume that it should still work in theory.
This is what i tried so far
If I press the MORE button I know that the
runQuery
function runs again as I can see the console.log, but the page does not update with the next documents.I did an experiment using just firestore and the query does work as expected
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: