I am fetching data from the firebase storage and storing that data in redux and also displaying the table on frontend and there is a button on every td when user click on update button than an modal is open and on that modal there is a Edit button, when user click on edit button than he will edit the content or data and there is also an button of update in bottom of the modal when user click on the update button than data updated in firebase and also show updated data in table.
***This is what i want to do.***