Reactjs – How to add sub-collection to existing document in Firestore?
I have a Firestore collection of users in which I am storing the data of my application users. Each individual user has their personal details. Now I am trying to add a sub-collection to my existing user document but it…