Closed geret1 closed 6 days ago
Switching from DataTypes to JSON solve the issue because at cloud function level FF is considering DataTypes as dynamic and that's the main error. That's the main purpose of DataTypes avoid dynamic.
Hello!
You’re absolutely correct; this is the expected behavior when using Cloud Functions with the DataType setting. To send a JSON, please refer to our documentation for more examples and guidance: Cloud Functions Documentation.
Thank you!
Maybe this is the most stupid question ever but how is DataType reachable and selectable while defining arguments in cloud functions?
Please review it because this is the bug. Users can expect that FF map datatypes as serializable map.
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.
Close ticket due to lack of support.
Can we access your project?
Current Behavior
I've tried to use a DataType as a parameter into a cloud function with a validation error on runtime.
Expected Behavior
Accept DataTypes (proper mapping validation) or remove it from accepted parameters.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4kz/Ll8ZNIvulA187pbfowtDg7Q1g/TL03pu0bFEggGLbrBIYMaePedk1CTbSgTVFbKEWLsGMd08Lsjvz1EfFdBxGbGqZR+LVcVTyXJVO/aoTSCKmwXURCTJtMGBWD5LaNoCJ5JbdhSloB2DmICty8aDLvJo/7Zwh9f6PHaOI=
Visual documentation
Environment
Additional Information
No response