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

observer functions not firing because childChanged firebase event calls set on entire object. #122

Open
ryanwtyler opened this issue Mar 26, 2016 · 0 comments

Comments

@ryanwtyler
Copy link

https://github.com/GoogleWebComponents/firebase-element/blob/master/firebase-collection.html#L612

this line calls set on the entire object that changed. not the subproperty of the object that changed. so my dom-repeat sort function runs on the client that made the local change. but other clients don't get set called on the property that fires the sort function.

@ryanwtyler ryanwtyler changed the title observer functions not firing because childChanged firebase event call set on entire object. observer functions not firing because childChanged firebase event calls set on entire object. Mar 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant