标签: firebase rebase
我正在使用Rebase syncState,但现在我不想使用它。如何使用与此代码等效的普通firebase代码?
Rebase
componentDidMount() { this.ref = base.syncState('' + this.props.match.params.locationsId + '/app', { context: this, state: 'locations' }); }