gpt4 book ai didi

firebase - 使用Polymer的firebase-collection推送新文档

转载 作者:行者123 更新时间:2023-12-02 22:00:07 25 4
gpt4 key购买 nike

我在理解如何将新文档推送到 firebase 中时遇到问题。我查了文档here它引用了一个名为 add(data) 的方法,但是我真的不知道如何使用它(因为我的 Polymer 技能仍然很基本)。有人可以通过扩展下面的示例元素来展示如何推送新文档吗?

<dom-module id="my-position">
<template>
<firebase-collection
location="my-firebase-app.firebaseio.com/positions">
</firebase-collection>

<template >
<input is="iron-input" bind-value="{{value}}"
placeholder="Your name here...">
</template>
</template>
</dom-module>

最佳答案

使用 firebase-document 和数据绑定(bind)将对象“推送”到 firebase。

https://elements.polymer-project.org/elements/firebase-element?active=firebase-document

Example

关于firebase - 使用Polymer的firebase-collection推送新文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31838901/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com