Skip to content

FirestorePagingAdapter- Real-time events are not respected by this adapter #1949

@nirazv

Description

@nirazv

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions