Closed AndreaVitale closed 3 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.
add_to_cart
value
Long
Double
Sending a String will raise the error code 18 as described here: https://firebase.google.com/docs/analytics/errors.
String
@AndreaVitale merged in the big SDK 9 update. Thanks for the PR
Closing, since already handled. Thanks @AndreaVitale !
This solves an issue when I was trying to send an ecommerce event like
add_to_cart
that has a parametervalue
that only accepts aLong
or aDouble
value.Sending a
String
will raise the error code 18 as described here: https://firebase.google.com/docs/analytics/errors.