Javascript – How to add data in an array inside object reactjs
I am building an react app and want to save multiple photos to firestore to do that i want to take their url in imageurl: [] an array to save them in firestore. const [data, setData] = useState({ name: "",…