hansemannn / titanium-firebase-analytics

Use the Firebase Analytics SDK in Axway Titanium 🚀
Other
35 stars 18 forks source link

fix(android): add integer/double/float value conversion #56

Closed AndreaVitale closed 3 years ago

AndreaVitale commented 4 years ago

This solves an issue when I was trying to send an ecommerce event like add_to_cart that has a parameter value that only accepts a Long or a Double value.

Sending a String will raise the error code 18 as described here: https://firebase.google.com/docs/analytics/errors.

m1ga commented 4 years ago

@AndreaVitale merged in the big SDK 9 update. Thanks for the PR

hansemannn commented 3 years ago

Closing, since already handled. Thanks @AndreaVitale !