You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: