Skip to content

cloud functions callable functions code: invalid-argument #9206

@Louna-akkad1

Description

@Louna-akkad1

Bug report

Describe the bug
After upgrade cloud function to 3.3.3 in my flutter app my callable functions throughs errors
PlatformException (PlatformException(invalid-argument, INVALID ARGUMENT, {message: INVALID ARGUMENT, code: invalid-argument}, null))

Steps to reproduce

Steps to reproduce the behavior:


  final HttpsCallable getContentImages =
      FirebaseFunctions.instance.httpsCallable('getContentImages');

  Future<HttpsCallableResult> fetchActiviesData() async {
    return getContentImages.call(<String, dynamic>{});
  }

calling > fetchActiviesData()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions