javascript - Firebase redux adding and removing event listener -
i working firebase , redux , understand redux state should ideally kept serialisable. on app working on, listening changes in order on firebase /orders/123. @ later point in time, want stop listening events on this. how can unsubscribe in later action without storing reference on redux store?
thanks
Comments
Post a Comment