evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

ADD_TO_CART not showing item_name attribute & event demographics not showed #68

Open alexandrulefter opened 6 years ago

alexandrulefter commented 6 years ago

Hello,

Can you please help me with the issue described at the following URL? []https://stackoverflow.com/questions/46814065/firebase-analytics-add-to-cart-event-not-showing-infos-about-item-name-paramete

Althought I send the item_name attribute I cannot find it in the firebase console (no chart displayed). The add_to_wishlist event shows the item_name propertie instead.

I got the following response from FirebaseSupport

firebase-support@google.com Hi there, Thanks you for your patience. It seems that you are using a third-party react native plugin. Currently, Firebase does not have official support for React Native. We can't guarantee that these third-party plugins will function properly with Firebase, nor do we provide troubleshooting support for any issue encountered. Support for React Native is a popular feature request though and our team is currently looking into potential solutions for this, but we don't have a definite timeline on when this will be available. I would suggest that you report your issue in their GitHub repository. Regards, Aki

Also, can you please inform me when the event_demographics will register gender and age? Our application is currently in testing, not published in any store, but documentations state that those infos will be registered automatically (did not wrote any code for demographics). Althought we registered events since 2 monts ago, the firebase console doe not show any demographics.

Thanks, Alex.