Skip to content

Commit

Permalink
Update FirebaseFunctions/Sources/Functions.swift
Browse files Browse the repository at this point in the history
Mark it as public.

Co-authored-by: Nick Cooke <36927374+ncooke3@users.noreply.github.com>
  • Loading branch information
eBlender and ncooke3 authored Jan 16, 2025
1 parent 231c7dd commit be80d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseFunctions/Sources/Functions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ enum FunctionsConstants {
}

@available(iOS 13, macCatalyst 13, macOS 10.15, tvOS 13, watchOS 7, *)
func stream(at url: URL,
public func stream(at url: URL,
withObject data: Any?,
options: HTTPSCallableOptions?,
timeout: TimeInterval) async throws
Expand Down

0 comments on commit be80d63

Please sign in to comment.