With Polymer 2.0, `firebase-document` used together with `paper-input` as below: ```html <firebase-document path="/myPath" data= "{{data}}"></firebase-document> <paper-input label="label" value="{{data.WILL_BE_DELETED}}"></paper-input> ``` **deletes data on firebase**. This is posted for info (and warning) as the real culprit is `iron-input` as reported here: https://github.com/PolymerElements/iron-input/issues/143
With Polymer 2.0,
firebase-documentused together withpaper-inputas below:deletes data on firebase.
This is posted for info (and warning) as the real culprit is
iron-inputas reported here: PolymerElements/iron-input#143