Let\'s say we have a root collection named \'todos\'.
Every document in this collection has:
title
you could try something like this
db.collection('coll').doc('doc').collection('subcoll').doc('subdoc')
Hope this helps !