Open
Description
When updating a document on Firestore, the document is update as intended on the state in real time. But if you change back the property to its initial value, a duplicate is generated on the state. This is happening on the 0.10.0 version.
I'm using it with react-redux-firebase, and had this issue. Rolling back to the previous version (0.9.0) fixed it.
Activity