File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,10 @@ class Firestore : public std::enable_shared_from_this<Firestore> {
93
93
WriteBatch GetBatch ();
94
94
core::Query GetCollectionGroup (std::string collection_id);
95
95
96
- // TODO(dconeybe): Remove the default value of `max_attempts` once
97
- // the firebase-cpp-sdk has been updated to specify an explicit value.
96
+ // The default value for `max_attempts` is `kDefaultTransactionMaxAttempts`.
98
97
void RunTransaction (core::TransactionUpdateCallback update_callback,
99
98
core::TransactionResultCallback result_callback,
100
- int max_attempts = kDefaultTransactionMaxAttempts );
99
+ int max_attempts);
101
100
102
101
void Terminate (util::StatusCallback callback);
103
102
void ClearPersistence (util::StatusCallback callback);
You can’t perform that action at this time.
0 commit comments