-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
StaleIssue with no recent activityIssue with no recent activityclosed-by-botresolution: no-responseCustomer did not respond after some time.Customer did not respond after some time.type: bugSomething isn't workingSomething isn't working
Description
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
Labels
StaleIssue with no recent activityIssue with no recent activityclosed-by-botresolution: no-responseCustomer did not respond after some time.Customer did not respond after some time.type: bugSomething isn't workingSomething isn't working