firebase-element icon indicating copy to clipboard operation
firebase-element copied to clipboard

Observers for documents don't work as expected

Open ryanwtyler opened this issue 9 years ago • 0 comments
trafficstars

https://github.com/GoogleWebComponents/firebase-element/blob/master/firebase-document.html#L85

this line calls set on entire document instead of subproperty that changed. this causes the change record's path to be "object" instead of "object.subprop". my app has things that depend on the value of "subprop" and I can't set up observers for these dependencies.

ryanwtyler avatar Apr 22 '16 19:04 ryanwtyler