Can't display data from firebase because of this error: TypeError: Cannot read properties of undefined (reading 'map')
Here i am trying to display all the data to my post page from my firebase, but instead i am getting this type of error: TypeError: Cannot read properties of undefined (reading 'map') Here is my Feed.js where does the…