如何在React-Redux-Firebase中更新firestoreConnect(使用侦听器)?

时间:2019-01-12 23:31:41

标签: reactjs redux react-redux google-cloud-firestore react-redux-firebase

如何强制firestoreConnect更新?安装组件时,它会从Firestore正确拉出。但是,在Firestore数据更改后,它不会获取新数据。几乎就像没有侦听器一样。有什么想法吗?

TodoList.js
export default compose(
  connect(mapStateToProps),
  firestoreConnect([{
    collection: 'todos'
  }])
)(TodoList)

0 个答案:

没有答案