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

Doc insertion from multiple apps at he same index #387

Closed zabakala closed 1 year ago

zabakala commented 2 years ago

Hi. Thx for this great project. I have a question relating to inserting docs. When two users synced to the same collection insert a record to an array field at almost the same time, the insertion index becomes the same and one of the 2 incoming records ends up overwriting the other as they are being inserted simultaneously at the same index position. Is it possible that these cases are not covered?