-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
The Firestore docs for the DocumentReference class include a .collections method, which lists all subcollections present in the document.
Example use case:
from mockfirestore import MockFirestore
mock_db = MockFirestore()
mock_db.collection("SOME_COLLECTION").document("SOME_DOCUMENT").collections()
Error:
AttributeError: 'DocumentReference' object has no attribute 'collections'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels