According to the explanation by the firestore tutorial #1, the data in Firestore is organized in the way:
collection/document/collection/document/collection/document/…
→ noSQL
\What is a NoSQL Database? How is Cloud Firestore structured? | Get to know Cloud Firestore #1 - YouTube
noSQL in the actual Firestore looks like follows. It is a sequece of collections and documents.
Question: how can I get these multiple collections in AppGyver?
While for the top level (= ‘todos’) the data gets imported nicely, I do not understand how to retrieve the data from the levels below (‘family todos’).
Using the longer path with the Firebase connector results in a Invalid Collection Name, so that is not the right approach