-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
As per the documentation:
https://firebase.google.com/docs/firestore/query-data/get-data#list_subcollections_of_a_document
This is not supported on Firestore.
But in the python library codebase:
https://googlecloudplatform.github.io/google-cloud-python/latest/firestore/document.html#google.cloud.firestore_v1beta1.document.DocumentReference.collections
there is a function which can be used and is also present in the codebase.
Link to Codebase implementation:
https://googlecloudplatform.github.io/google-cloud-python/latest/_modules/google/cloud/firestore_v1beta1/document.html#DocumentReference.collections
But when I try to use this function it does not work. Am I missing something here or is this not yet pushed?