Currently any change to an item stored in Firebase triggers a refresh of that data, the idea being that all open instances of the site (on multiple devices usually) will be in sync at all times.
I propose there should be a way to identify all of a user's connected instances because only the ones that did not originate the update need to pull changes from Firebase.
Currently any change to an item stored in Firebase triggers a refresh of that data, the idea being that all open instances of the site (on multiple devices usually) will be in sync at all times.
I propose there should be a way to identify all of a user's connected instances because only the ones that did not originate the update need to pull changes from Firebase.