realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
878 stars 52 forks source link

Flow listener on a query only collect the newest changes #1745

Open toaster217 opened 1 month ago

toaster217 commented 1 month ago

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

sync-by-unito[bot] commented 1 month ago

➤ PM Bot commented:

Jira ticket: RKOTLIN-1080