标签: ember.js emberfire
我有一个聊天应用程序,我在Postgres数据库中保存组和房间,消息在Firebase中。 我尝试过使用emberfire,但是一旦你添加它,所有this.store.find都会被路由到Firebase数据库,我不能这样做。
this.store.find
我还尝试将firebase脚本直接添加到chat-room-component.hbs,但当然,我无法将javascript添加到车把模板......
chat-room-component.hbs
在这种情况下我该怎么办?