Hi,
I log the event "ecommerce_purchase" in my iOS/android app, and for every event logged in android, i have the following firebase_error for the parameter named "value" :
18 : Invalid value parameter type
In this event, the param "value" must be a double, and i have no problems when my code is executed in my iOS app, i make sure to use a parseFloat() in my code :
Hi, I log the event "ecommerce_purchase" in my iOS/android app, and for every event logged in android, i have the following firebase_error for the parameter named "value" :
18 : Invalid value parameter type
In this event, the param "value" must be a double, and i have no problems when my code is executed in my iOS app, i make sure to use a parseFloat() in my code :
Can you do something about this issue please ?