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 9189bcb commit 99d6efeCopy full SHA for 99d6efe
FirebaseFunctions/Sources/Callable+Codable.swift
@@ -338,7 +338,8 @@ enum JSONStreamResponse {
338
case result([String: Any])
339
}
340
341
-// TODO(Swift 6): Remove need for below type by changing `FirebaseDataEncoder` to not returning `Any`.
+// TODO(Swift 6): Remove need for below type by changing `FirebaseDataEncoder` to not returning
342
+// `Any`.
343
/// This wrapper is only intended to be used for passing encoded data in the
344
/// `stream` function's hierarchy. When using, carefully audit that `value` is
345
/// only ever accessed in one isolation domain.
0 commit comments