mesqueeb / vuex-easy-firestore

Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
https://mesqueeb.github.io/vuex-easy-firestore
MIT License
233 stars 28 forks source link

syncStack / rejects #401

Open zabakala opened 1 year ago

zabakala commented 1 year ago

In case of DB connection troubles, the following appears:

[vuex-easy-firestore] Error! 
Something went wrong while trying to synchronise data to Cloud Firestore.
The data is kept in queue, so that it will try to sync again upon the next 'set' or 'patch' action.

But what is its intentional outcome? The message is eloquent. I can even see the syncStack/rejects array populated with values, i.e. stuff not synced yet. However, whenever the DB connection is OK again and another related or non-related patch action is triggered, the rejects array gets emptied but the corresponding values are never updated inside the DB.

mesqueeb commented 1 year ago

This might be a bug.