Send feedback
Module transaction (2.27.0)
Stay organized with collections
Save and categorize content based on your preferences.
2.27.0 (latest)
2.26.0
2.23.0
2.22.0
2.21.0
2.20.2
2.19.0
2.18.0
2.17.2
2.16.1
2.15.0
2.14.0
2.13.1
2.12.0
2.11.1
2.10.1
2.9.1
2.8.0
2.7.3
2.6.1
2.5.3
2.4.0
2.3.4
2.2.0
2.1.3
2.0.2
1.9.2
1.8.1
1.7.0
1.6.2
1.5.0
1.4.0
1.3.0
Helpers for applying Google Cloud Firestore changes in a transaction.
Classes
Transaction ( client , max_attempts = 5 , read_only = False )
Accumulate read-and-write operations to be sent in a transaction.
Parameters
Name
Description
client
Client
The client that created this transaction.
max_attempts
Optional[int]
The maximum number of attempts for the transaction (i.e. allowing retries). Defaults to MAX_ATTEMPTS .
read_only
Optional[bool]
Flag indicating if the transaction should be read-only or should allow writes. Defaults to :data:False.
Modules
Functions
transactional
transactional (
to_wrap : typing . Callable ,
) - > google . cloud . firestore_v1 . transaction . _Transactional
Decorate a callable so that it runs in a transaction.
Returns
Type
Description
Callable[[Transaction , ...], Any]
the wrapped callable.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-07 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-07 UTC."],[],[]]