ngrx store does not update UI after dispatched action from firebase promise
问题 I am trying to develop a basic NativeScript app using Angular 4. I am also using ngrx store and firebase as a realtime database. When I use a sample array and update the store and not integrate with firebase the program works fine. UI gets updated too. let value = [ { "description": "Groups discussing about Technology", "category": "Tech" }, { "description": "Groups for all kinds of sports ", "category": "Sports" } ]; this.store.dispatch({ type: GroupCategoryListActions.ADD_ITEMS, payload: