syncStack / rejects
zabakala opened this issue · 1 comments
zabakala commented
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
This might be a bug.