Reactjs – How to avoid duplicate entries from Cloud Firestore
I have a code snippet basically sending data to Firestore. In the form, I've set a field call "regNo" which is unique to different entries, what I'm trying to do is avoid duplicate entries if I could use the regNo…