Firebase – Make a table and render the data inside a table using React
I'm trying to create a dynamic table so that every time I press the "add" button, a new row will be created. In my example below, it creates only 1 row with all the data under its header, but with…