Add streaming retries to BatchGetDocuments #890
Labels
api: firestore
Issues related to the googleapis/python-firestore API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Similar to #889
Unlike the others, BatchGetDocuments never supported any kind of streaming retries. When the stream fails, an exception is raised
We should also add stream recovery to this rpc
The text was updated successfully, but these errors were encountered: