Firebase – allows user to store data into firestore without overwriting the previous data using reactjs
I am making something which allows logged user to report their lost items to the firestore firebase. Now what I've done successfully registers details of the user's report to the 'reports'collection. but everytime the same user reports another item, the…