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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -