We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031c21e commit 2b7532cCopy full SHA for 2b7532c
1 file changed
packages/google-cloud-firestore/google/cloud/firestore_v1beta1/document.py
@@ -459,7 +459,9 @@ def collections(self, page_size=None):
459
"""List subcollections of the current document.
460
461
Args:
462
- page_size (Optional[int]]): Iterator page size.
+ page_size (Optional[int]]): The maximum number of collections
463
+ in each page of results from this request. Non-positive values
464
+ are ignored. Defaults to a sensible value set by the API.
465
466
Returns:
467
Sequence[~.firestore_v1beta1.collection.CollectionReference]:
0 commit comments