Firebase – Fetched firestore data not displaying on first page load with React useEffect()
I am trying to display data from a firestore database by pushing it to an array and mapping it. My goal is to have it display on the first page load, however, it only displays after I make changes to…