1

I have an app that is using Firebase Analytics and the data goes into BigQuery in 4 different datasets: android, ios, android_dev, ios_dev. All the datasets are creating their daily app_events_x tables correctly except for the android dataset (android_dev is working correctly).

I only have one daily table app_events_20170223 (the day when android build went live) even though events are being sent every day. Intraday table has events in it so the events are coming through and get registered. But the next day the data of yesterday is no where to be seen.

I checked the app_events_20170223 in case of the data would all get saved in the same one table for some reason but it only has events from 2017/02/23 like it should. Also the intraday table has only the events belonging to current day like it should.

So how should I start to figure out what's wrong and how to fix this? All help is much appreciated.

Jake Lee
  • 7,549
  • 8
  • 45
  • 86
miarkito
  • 51
  • 6
  • Leave here the project id if a google engineer will see this post should know what to check, other than this open an official support case. – Pentium10 Feb 27 '17 at 16:29
  • *firebaser here* There is little anyone here can do. Please [reach out to Firebase support](https://firebase.google.com/support/contact/troubleshooting/) for personalized help in troubleshooting – Frank van Puffelen Feb 27 '17 at 18:05
  • Could you please project name, dataset name and related table name? One of my co-worker could have a look. – xuejian Feb 27 '17 at 19:45
  • @miarkito how did you solve it at the end? I am facing same issue – elvainch Apr 16 '19 at 11:39
  • 2
    @elvainch We had forgotten to turn off the debug mode ( https://firebase.google.com/docs/analytics/debugview ). If the debug mode is enabled the events don't get saved to daily tables. – miarkito Apr 17 '19 at 12:23

0 Answers0