Commit time and write results aren't set after the transaction is committed via decorated transactional function #927
Labels
api: firestore
Issues related to the googleapis/python-firestore API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, it is not possible to check transformation results after a successful transaction run in a decorated function without additional read access to firestore database.
Environment details
3.12.0
24.1.1
google-cloud-firestore
version:2.16.1
Steps to reproduce
@transactional
(or@async_transactional
) function using any firestore transforms (for exampleSERVER_TIMESTAMP
)Transaction
(orAsyncTransaction
) in the decorated functioncommit_time
andwrite_results
Code example
The text was updated successfully, but these errors were encountered: