GoogleWebComponents / firebase-element

Web components for the Firebase Web API
https://elements.polymer-project.org/elements/firebase-element
95 stars 72 forks source link

is there a way to update firebase with firebase-element? #112

Closed arangates closed 8 years ago

arangates commented 8 years ago

i want to send my iron-form data to firebase.the demo shows only GET method .can we send form data to firebase with firebase-element?

mm-gmbd commented 8 years ago

If you two-way bind the data, and then change the data, it will update on Firebase (if your security rules allow it, that is)