This issue sits in-between a feature request and a request for more documentation.
It is not as well-defined as I'd like for an issue, but this felt like the best place to post it. If this is not the place, please indicate where it would make sense.
Are there best practices on how to setup vuex-persistedstate with vuexfire? I am encountering weird side effects when using vuex-persistedstate to persist a state defined by a vuexfire binding. Namely, the bindings and/or store are refreshing erratically, resulting in old data and up to data data being blended together.
Are there any tips / best-practices? Is this discouraged? Is this a use case common enough to grant a docs section?
Use case
Persist a vuexfire data and binding across page navigation and reload.
This issue sits in-between a feature request and a request for more documentation. It is not as well-defined as I'd like for an issue, but this felt like the best place to post it. If this is not the place, please indicate where it would make sense.
Are there best practices on how to setup
vuex-persistedstate
withvuexfire
? I am encountering weird side effects when using vuex-persistedstate to persist a state defined by a vuexfire binding. Namely, the bindings and/or store are refreshing erratically, resulting in old data and up to data data being blended together.Are there any tips / best-practices? Is this discouraged? Is this a use case common enough to grant a docs section?
Use case Persist a vuexfire data and binding across page navigation and reload.
Context
In store/modules/project.js
In store/index.js