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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: