[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["# TransactionOptions interface\n\nOptions to customize transaction behavior.\n\n**Signature:** \n\n export declare interface TransactionOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------------|\n| [maxAttempts](./firestore_.transactionoptions.md#transactionoptionsmaxattempts) | number | Maximum number of attempts to commit, after which transaction fails. Default is 5. |\n\nTransactionOptions.maxAttempts\n------------------------------\n\nMaximum number of attempts to commit, after which transaction fails. Default is 5.\n\n**Signature:** \n\n readonly maxAttempts?: number;"]]