We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c17f7 commit a232333Copy full SHA for a232333
Firestore/Swift/Source/AsyncAwait/Firestore+AsyncAwait.swift
@@ -102,7 +102,7 @@ public extension Firestore {
102
/// explicitly specified in the `updateBlock` parameter.
103
/// - Returns Returns the value returned in the `updateBlock` parameter if no errors occurred.
104
func runTransaction(_ updateBlock: @escaping (Transaction, NSErrorPointer)
105
- -> Any?) async throws -> Any? {
+ -> sending Any?) async throws -> sending Any? {
106
// This needs to be wrapped in order to express a nullable return value upon success.
107
// See https://github.com/firebase/firebase-ios-sdk/issues/9426 for more details.
108
return try await withCheckedThrowingContinuation { continuation in
0 commit comments