prescottprue / redux-firestore

Redux bindings for Firestore
MIT License
575 stars 102 forks source link

Path,Id is appended on all docs #608

Closed JCBsystem closed 1 year ago

JCBsystem commented 1 year ago

Sorry this is most likely a new feature and not a bug :) I'm updating an old project and now all my docs get "id" and "path" append to their document data. Can i disable this some how?

sorry for the bug report but i can not find any info about this

thank you

JCBsystem commented 1 year ago

After some digging, from what I can see this is not an option to disable this. It appears to be used in many places.

In my old project, I don't use this lib correctly, so I don't need mutations and other things so I ended up patching it myself just removing the appende variables. This may not be 100% but for now, it will work