flatlist is not rendering array of objects [React-Native] [Firebase] – React native
i am trying to fetch chatList from firebase and for each chat, get username from users doc, but the array stored in the chats state is not iterating... and if i remove await from the query which fetches name of…