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
Suppose i wanted to build an application like twitter where i have to display list of feeds with live counting of likes and comments.
But the FirestorePagingAdapter doesn't support realtime updates when using for large sets of data or with paging
What possible solution i can expect from firebase team?
What I wanted to be implemented is:
I wanted to observe (attach snapshotListeners) only those data sets which are visible to screen. and when i scrolls, the listener should be pointed to next visible items? it this possible if i try another methods such as using paging 3 library?