I’m trying to create a conflict resolution system but I’m having troubles with conflicts that deals with tombstone entries. For example, one user edit one register and another one removes the same register from the system. I’m not sure how to deal with that conflict resolution and how to detect them?
I have been playing with the change listener of the database that it’s detecting all the things that are happening there, but the problem is that I’m not sure how to detect only when there are conflicts with some entry that has conflict because has been removed locally or remotely.
Anyone can give me some hint with that?
Thanks in advance.