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
In the FireStore Adapter, there are 2 options: No paging, and paging.
As said, the paging option doesn't offer realtime data, but the no paging option becomes time expensive when the data becomes large in an app like chatting apps.
Is there a way to get the best of both worlds?
RubyLichtenstein, NainalChauhan, vyshas and codinginflow