Implementing Infinite Scroll with Firebase's startAfter #1174
Unanswered
iamalvisng
asked this question in
Q&A
Replies: 1 comment
-
I do not know firebase personally (you would have to give a lot more details, including code examples), but maybe already this thread on infinite scrolling in general can help you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, thanks for the new update with RTKQ!
Understand that it is possible to use
queryFn
to query from Firebase, however I am puzzled on how to implement infinite scrolling withstartAt()
from Firebase by keeping track the last item from the previous query.Do you have an example for such use case?
Beta Was this translation helpful? Give feedback.
All reactions