Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a mechanism to determine which connected clients should receive updates #187

Open
mzrimsek opened this issue Jan 19, 2020 · 0 comments
Labels
enhancement New feature or request needs research This issue will require extra investigation

Comments

@mzrimsek
Copy link
Owner

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.

@mzrimsek mzrimsek added enhancement New feature or request needs research This issue will require extra investigation labels Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs research This issue will require extra investigation
Projects
None yet
Development

No branches or pull requests

1 participant