I was wondering if you could create a sub-collection from within flutter to firestore. I've heard you need to add manually add a document or something like that before you can access a sub-collection from flutter, but I wanted to know if there was a work-around.
Something like this-> Firebase.Firestore.instance.collection('groups').doc(groupID).collection('posts').add('')
without having to manually add a document first. Thanks