googleapis / python-firestore

Apache License 2.0
212 stars 70 forks source link

fix: save commit time and write results to transaction object #928

Open rostyq opened 6 days ago

rostyq commented 6 days ago

This fix allows using commit time and write results after running a transaction in a decorated transactional function.

Fixes #927 🦕