Fetch data from firebase and initialise it in the useState before its mounted
I am a beginner in react trying to fetch an object from firebase and I would like to initialise the useState with the data fetched from the database,but each time the data renders undefined value.Here is my truncated code const…