Firebase – React useEffect with async/await issue
I am trying to add some properties to an array of objects inside useEffect but it renders DOM while those fields are still not present. Is there any reliable way how to wait till those properties are added: useEffect hook…