EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 445 forks source link

firebaseFunctions: calls to httpsCallable functions crash if payload is an object #1728

Open msn444 opened 3 years ago

msn444 commented 3 years ago

On iOS, since version 11 of the plugin, calls to httpsCallable functions crash (with no error reporting) if the function is called with an object as the payload. Calls with string or null as payload work fine. Not an issue on Android.

msaravitz commented 3 years ago

x2, I've been stringifying the payload and parsing on the function.