You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In case of DB connection troubles, the following appears:
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.
The text was updated successfully, but these errors were encountered: