Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Fix type of get_all gRPC call #125

Description

@rafilong

The type for the generated batch_get_all is AsyncIterable[firestore.BatchGetDocumentsResponse], but was incorrectly mocked as Iterable[firestore.BatchGetDocumentsResponse].

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the googleapis/python-firestore API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions