Closed marnec closed 4 months ago
Shouldnt it be possible to make a PR with a test that shows the failing emulator behavior?
Shouldnt it be possible to make a PR with a test that shows the failing emulator behavior?
Yes I'll try as soon as possible, thanks for the quick reply
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon. Please update it or it may be closed to keep our repository organized. The best way is to add some more information or make a pull request with a test case. Also you might get help in fixing it at the RxDB Community Chat If you know you will continue working on this, just write any message to the issue (like "ping") to remove the stale tag.
Issues are autoclosed after some time. If you still have a problem, make a PR with a test case or to prove that you have tried to fix the problem.
I can't create a working pull request because this bug requires a firestore database;
I have a minimal Angular test PWA that instantiates a single collection called
inbox
with Dexiejsafter awaiting creation and migration, I start the firestore replication:
documents in firebase have the
serverTimestamp
correctly filled, and theserverTimestamp
property is not added to RxJsonSchema of the document as per documentationthe replication shows the following behaviours:
replicationIdentifier
property, first-time replication works again onceI looked online, read the discord and tried many different configuration but I can't get it working