In method: firebaseHelper.firestore .getDocument(db, 'collection-name', 'document-id') .then(doc => console.log(doc)); the data return dosen't include subcollections.
In method:
firebaseHelper.firestore
.getDocument(db, 'collection-name', 'document-id')
.then(doc => console.log(doc));
the data return dosen't include subcollections.