Skip to content

Commit

Permalink
add baseUri support in firebaseFunctions call
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Aug 1, 2024
1 parent 9b31814 commit 0b3f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions_call_flutter/lib/src/functions_call_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FirebaseFunctionsCallServiceFlutter

@override
FirebaseFunctionsCallFlutter functionsCall(App app,
{required String region}) {
{required String region, Uri? baseUri}) {
return _getInstance(app, region, () {
assert(app is FirebaseAppFlutter, 'invalid firebase app type');
var appFlutter = app as FirebaseAppFlutter;
Expand Down

0 comments on commit 0b3f05d

Please sign in to comment.