Firebase Subcollections

i want to impor data from a subcollection…
i know there is
Collection
Doc
Field

But there is also
Collection
Doc
Subcollection
Field

i want to use the subcollections and its fields but havent figure it out how to


just in case some one else need it, after a few hours reading firebase documentation ;
if you need to write or read a subcollection in game develop collection field just use it as a path like
“db/doc/subcollection/data” if you need the name of a subcolletcion an data in a query you can use doc.id, and data would be doc.data.valuetoget in every child of the query docs :nerd_face: