if I do something like this:
admin.firestore().collection("collection1/doc1/collection2").doc("doc2")
collection1 and doc1 appear as italicized in firestore and they don't seem to be treated as if they exist.
Is there a way to let firebase know that I do in fact want to create these docs/collections as well when I add doc2?