Firebase – Components not updating when state changes
I'm making a venue review app with react/redux toolkit/firebase. The user can submit, edit, and delete reviews for a particular venue. The problem I have is that CRUD operations for reviews are not instantly shown in the component - I…