Closed
Description
In which file did you encounter the issue?
python-docs-samples/firestore/cloud-client/snippets.py
Lines 637 to 647 in 19f7f65
Referenced in this tutorial: https://firebase.google.com/docs/firestore/manage-data/delete-data
Did you change the file? If so, how?
No
Describe the issue
There's a typo in this line:
It should be: docs = coll_ref.limit(batch_size).get()
It appears to be only in the python version, the java, go, php and node versions are ok.
Metadata
Metadata
Assignees
Labels
No labels