[[["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 2024-01-19 UTC."],[],[],null,["A type for the resolve value of [runTransaction()](./database.md#runtransaction_a3641e5).\n\n**Signature:** \n\n export declare class TransactionResult \n\nProperties\n\nMethods\n\nTransactionResult.committed\n\nWhether the transaction was successfully committed.\n\n**Signature:** \n\n readonly committed: boolean;\n\nTransactionResult.snapshot\n\nThe resulting data snapshot.\n\n**Signature:** \n\n readonly snapshot: DataSnapshot;\n\nTransactionResult.toJSON()\n\nReturns a JSON-serializable representation of this object.\n\n**Signature:** \n\n toJSON(): object;\n\n**Returns:**\n\nobject"]]