如何将Rebase syncState转换回Firebase

时间:2017-07-20 22:36:35

标签: firebase rebase

我正在使用Rebase syncState,但现在我不想使用它。如何使用与此代码等效的普通firebase代码?

componentDidMount() {
    this.ref = base.syncState('' + this.props.match.params.locationsId + '/app', {
            context: this,
            state: 'locations'
    });
}

0 个答案:

没有答案