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