Firebase analytics user ID #6185
-
Hello, I set my user id with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi there! Have you searched previous issues / discussions? I believe this has been examined before and it was a quirk of DebugView on the back-end, with the userid showing up in regular analytics, just not DebugView - indicating data transmission was okay but something about DebugView (out of our control) wasn't working? At the same time, I seem to recall a couple different items on the review pile still pending where we may be at fault with evidence of a reproduction from either quickstart-android or quickstart-ios showing that the native SDKs performed correctly but RNFB did not |
Beta Was this translation helpful? Give feedback.
-
Hi again, I managed to solve it. As it seems you can't access this data in analytics tab itself you have to export it to BigQuery. My mistake was that I used BigQuery extension for Firestore collections, not the BigQuery itself and link it with analytics. |
Beta Was this translation helpful? Give feedback.
Hi again, I managed to solve it. As it seems you can't access this data in analytics tab itself you have to export it to BigQuery. My mistake was that I used BigQuery extension for Firestore collections, not the BigQuery itself and link it with analytics.