【发布时间】:2017-03-30 14:22:18
【问题描述】:
我正在获取数据并将数据添加到订阅中的同一节点。如何避免死循环?
this.af.database.list('objects/').subscribe(x=>{ / the subscription is only needed once
this.af.database.list('objects/').push({newobject: ''};
};
【问题讨论】:
标签: angular firebase angularfire2