The official client library reference doesn't include documentation of the `BulkWriter` type. It only includes a reference to the `BaseClient.bulk_writer()` factory method. https://cloud.google.com/python/docs/reference/firestore/latest/google.cloud.firestore_v1.base_client.BaseClient#google_cloud_firestore_v1_base_client_BaseClient_bulk_writer This effectively obscures the BulkWriter from customers, as they can't find it in the reference docs and it isn't used in any samples. It looks like a reference to BulkWriter needs to be added here: https://github.com/googleapis/python-firestore/blob/main/google/cloud/firestore_v1/__init__.py
The official client library reference doesn't include documentation of the
BulkWritertype. It only includes a reference to theBaseClient.bulk_writer()factory method.https://cloud.google.com/python/docs/reference/firestore/latest/google.cloud.firestore_v1.base_client.BaseClient#google_cloud_firestore_v1_base_client_BaseClient_bulk_writer
This effectively obscures the BulkWriter from customers, as they can't find it in the reference docs and it isn't used in any samples. It looks like a reference to BulkWriter needs to be added here:
https://github.com/googleapis/python-firestore/blob/main/google/cloud/firestore_v1/__init__.py