Skip to content

Commit

Permalink
Make HTTPSCallableResult.data public
Browse files Browse the repository at this point in the history
Otherwise it cannot be used. This was intended to be public.
  • Loading branch information
darinf committed May 14, 2024
1 parent b6bfcdc commit f03adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FirebaseFunctions/HTTPSCallableResult+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CxxShim
import Foundation

public class HTTPSCallableResult {
let data: Any
public let data: Any

init(_ result: firebase.functions.HttpsCallableResult = .init()) {
let variant = swift_firebase.swift_cxx_shims.firebase.functions.https_callable_result_data(result)
Expand Down

0 comments on commit f03adaa

Please sign in to comment.