Firebase聚合物双向绑定:Uncaught TypeError:无法读取属性' __ firebaseKey __'未定义的

时间:2015-07-19 18:21:51

标签: firebase polymer polymer-1.0

我在firebase db

中有一组对象
<template>
    <firebase-collection
      location="https://incandescent-inferno-8405.firebaseio.com/objects/-JubQT-WrBaVlSeuKJhO"
      data="{{object}}"
    </firebase-collection>

    <paper-input value="{{object.attribute::input}}"></paper-input>
</template>

当我开始输入输入字段时,我得到了

Uncaught TypeError: Cannot read property '__firebaseKey__' of undefined

出了什么问题?

1 个答案:

答案 0 :(得分:0)

看起来你应该使用firebase-document元素而不是firebase-collection。