Expo custom development client doesnt receives user properties #6928
Unanswered
tomaszukovskij
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am looking to implement Analytics in my RN app. I have added all the necessary dependencies
react-native-firebase/analytics react-native-firebase/app react-native-firebase/perf expo-build-properties
In my
app.json
have added plugins, andjson & .plist
files.I can see what analytics works - user counts are there. But I don't receive any user properties that should be sent automatically. From the docs: Analytics automatically logs some events and user properties; you don't need to add any code to enable them.
How do I send data? I have bare App.js with
<Button title="Add To Basket" onPress={async () => await analytics().logEvent('basket', { id: 3745092, item: 'mens grey t-shirt', description: ['round neck', 'long sleeved'], size: 'L', }) } />
from documentation example
Any help is welcome.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions