I would like to know if we can dissociate the device of the user who saves a modification from the other devices which “receive” this modification
in the current state of my knowledge all devices are concerned. does this mean that the modification is made twice on the device which “creates” the modification
(once by the user and a second time by the data change block)?
in several projects I use “cloud” variables, and every time I change a value this information gets progagated to other apps. What is the problem when the source of the change (lets say “value=42”) gets the information that value changed to 42?