I'm trying to track an event using 'view_item'.
All other events are triggered (view_item_list, add_to_cart) but not this one. We don't have this problem on iOS.
Do you have any idea where the problem might be coming from?
FYI: When I remove the following line (the last one on the code), the event is trigerred but with no parameters :
param(FirebaseAnalytics.Param.ITEMS,arrayOf(item))