Understanding conflict resolution in firebase
问题 I'm trying to understand the way the conflict resolution works in firebase for which I need some help. Assuming that I've json object saved in a node in firebase realtime: { "shape": "rectangle", "stroke": 10, "color": "black" } I've defined a test page which reads this data and displays and also listens to the changes happening on node with key in realtime. I've added a provision to update the data which eventually updates the specific key value alone. Sample used case client 1 - loads the