Transaction and AsyncTransaction inherit from Batch, which includes fields to store write_results and commit_time after commit is complete, but they are currently not populated for Transaction types. This PR addresses this by populating the fields with the commit response
Transaction
andAsyncTransaction
inherit fromBatch
, which includes fields to storewrite_results
andcommit_time
after commit is complete, but they are currently not populated forTransaction
types. This PR addresses this by populating the fields with the commit responseFixes https://github.com/googleapis/python-firestore/issues/927