简体   繁体   English

将聚合物铁形式数据发送到firebase

[英]sending polymer iron form data to firebase

I want to send this form data to Firebase URL: 我想将此表单数据发送到Firebase网址:

https://blazing-heat-759.firebaseio.com/senso/ https://blazing-heat-759.firebaseio.com/senso/

<form is="iron-form" id="form" method="post" action="/">                  
<paper-input name="qty2" label="Quantity"></paper-input>
<paper-input name="cdate2" id="d2" type="date"></paper-input>
<button type="submit" class="submit">Submit</button>

is there a way to do it? 有办法吗?

You need to push your data to a Firebase ref. 您需要将数据推送到Firebase ref。 Try to adapt from this example for a contact form. 尝试从此示例中获取联系表单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM