Question: I’m having trouble displaying data from my firebase database into a table using React. How would I map through a transaction consisting of: payee, amount, date, category onto a table? So when the user enters a transaction, it is ...