Closed ryanwtyler closed 8 years ago
https://github.com/GoogleWebComponents/firebase-element/blob/master/firebase-collection.html#L326
when I add an item to a firebase collection in _localDataChanged, change.value is {keySplices: null, indexSplices: null} which causes this if to fail and so ._applySubPathChange gets called incorrectly.
https://github.com/GoogleWebComponents/firebase-element/blob/master/firebase-collection.html#L326
when I add an item to a firebase collection in _localDataChanged, change.value is {keySplices: null, indexSplices: null} which causes this if to fail and so ._applySubPathChange gets called incorrectly.