realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow listener on a query only collect the newest changes

toaster217 opened this issue · comments

Problem

I've implemented the listener for a query, but when there's updates, the flow collect all the changes that happened previously (in this flow.collect() call). And I only want to react to changes that the flow hasn't collected before

Solution

No response

Alternatives

No response

How important is this improvement for you?

I would like to have it but have a workaround

Feature would mainly be used with

Local Database only

➤ PM Bot commented:

Jira ticket: RKOTLIN-1080