Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: change error code to IllegalArgumentException
  • Loading branch information
SelaseKay committed Mar 26, 2025
commit b5ef1b14cff789a7b0b9723d517c38ac805c0f0b
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class FirebaseFunctionsPlugin: NSObject, FLTFirebasePluginProtocol, Flutt
function = functions.httpsCallable(url, options: options)
} else {
completion(nil, FlutterError(
code: "unknown",
code: "IllegalArgumentException",
message: "Either functionName or functionUri must be set",
details: nil
))
Expand Down
Loading