Firebase Analytics log e-commerce events

Hi,

I am trying to log ecommerce events like add_to_cart with params: currency and value. Event is logged but value is not. Is it fully supported in the plugin? if yes, how to properly use it?

I use is this way:

app.services.analytics.logEvent("add_to_cart", { currency = "PLN",value = 123 })

@Scott_Harrison