You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
How can I find the subcollection within a document.
I can easily find collection/document but don't see a way to read my structure of collection/document/collection
I thought it would work like this.. but it errors out.
var document:DocumentReference = Firestore.collection("collectionName").document("docName").collection("collectionName");
Does anyone know a way to do this?
The text was updated successfully, but these errors were encountered: