我在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
出了什么问题?
答案 0 :(得分:0)
看起来你应该使用firebase-document元素而不是firebase-collection。