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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
You're misusing it, what you have now is data binded to the firebase-element 'data' attribute, so whatever value data contains, it is written to firebase...
That's what I gathered, but it is different behavior from placing it in a <template is="auto-binding"> (firebase fills in the value right away, rather than committing null back to firebase), which is rather misleading. Should this be documented somewhere?
I'm not sure if this is actually an issue, or just me misusing the element, but when placed inside another polymer element, as so:
the initial data binding commits a value of null to firebase. I've tried it both with and without specifying a data element in the Polymer function.
The text was updated successfully, but these errors were encountered: