-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add test #7371 documents moving outside replication scope #7445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
add test #7371 documents moving outside replication scope #7445
Conversation
|
I understand the problem. |
This should be fixable, because Firestore sends a 'removed event', RxDB just needs to process that. https://firebase.google.com/docs/firestore/query-data/listen#view_changes_between_snapshots If a document moves out of the replication scope because it no longer matches the filters, a 'removed' event is received by Firestore client.
|
|
I'll check if I can make the necessary modifications to the Firestore Replication plugin, but I don't know if I am sufficiently qualified, will keep you posted |
9fbfa2b to
95a2621
Compare
|
Hi @calvinturbo |
|
@pubkey I'll start working on it |
|
Any update @calvinturbo ? |

This PR contains:
Describe the problem you have without this PR
Missing test for issue with Firestore docs moving outside of replication scope #7371