I have to develop a program to work on Crashlytics firebase BigQuery data, but our dev team still hasn't migrated our app from fabric.io to firebase.
Can somebody share a small dataset ( a couple of dozen entries would be ok) of Crashlytics firebase data which has been exported to BigQuery ?
https://firebase.google.com/docs/crashlytics/bigquery-export#without_stack_traces
Sure, here you go.
As a heads up, you can view sample public datasets from the BigQuery dashboard, under Resources>Add Data>Explore Public Datasets.
Thanks, but unfortunately I con not open the link provided. The message I get is:
"Report cannot be viewed at this time or xxx#yyyyyyy.com does not have access."
Also within the public datasets, I can not find a Crashlytics Firebase data set.
Am I overlooking something?
Related
I have set up a daily GA4 BigQuery export successfully for several BQ projects. I could see the daily partition tables exported in bigquery.
However, the data export stopped around end of Sept in one of the projects. Other projects seem fine so far. Anybody know what the possible reason for this is? How to fix it?
I didn't receive any notification/alert to tell me the data size exceeded export limit. But I have already setup the billing account.
Any suggestion would be greatly appreciated!!
The scenario here is that I have my Firebase( just Analytics-Data) project linked to BigQuery. but when i check on the bigQuery to see the dataset it's not appear there and i don't know which name/id has.
I highly appreciate your support. Thanks
According to the documentation, when you link your Firebase Project to BigQuery,a corresponding dataset will be created. This dataset can be found, in BigQuery, under your project id and it will be named as your app. In case, that you have both IOS and Android versions of your app, two datasets will be created as follows:
The above image was taken from the documentation, here.
Furthermore, in addition to your app_events table, under your app's name, you will have apps_events_intraday, which will receive data near real time from Firebase. In other words, as soon as Firebase receives the data from the app it will transfer it to the intraday table in BigQuery. Whereas, the app_events table will be uploaded once per day, link.
Lastly, keep in mind that the data generated by your app can take up to 1 hour to be sent to Firebase which then will be nearly instantly sent to BigQuery. You can read more about the latency here.
Need some help with accessing historical data for Firebase Crashlytics and Events data in BigQuery.
We have linked BigQuery to firebase and we are able to get only last 2 months of data in BigQuery at this moment.
Can you please suggest a way to get the data since the inception of the app?
Firebase doesn't keep the events data indefinitely which makes this feature not feasible at the moment.
Currently, your data will start being exported since the moment you enable the BigQuery connection, i.e. you can't access your historical data.
If you think this feature would be useful for you and for other people, I encourage you to request it in this link.
I hope it helps
I'm using Firebase and BigQuery to monitor my mobile app activity.
Over the first few days, everything was smooth and I saw the events_* tables. However, days passed and suddenly Firebase stopped exporting data to BigQuery.
I validated the BigQuery account - and it seems that this is not a payment-related kind of a problem.
When I check the Firebase reports, everything looks OK and the data available.
Any idea what is causing the stop?
I have linked Bigquery to my app through Firebase and it has worked well for more than 3 months. However, couple days ago, a random dataset called "analytics_156951304" was created and then the app data was streamed into this dataset instead of the original dataset that Bigquery created for me when I first linked my app to Bigquery, "my_app_name_IOS". And the table schema was changed too. I checked Stackdriver logging and it said an account called "firebase-measurement#system.gserviceaccount.com" created this job at midnight of my local time. However, I have no clue what happened and how to get my streaming data back to my original dataset, "my_app_name_IOS". Thank you for all the answers!!!
Firebase recently scheduled a huge schema migration - your previous queries won't work anymore.
(AFAIK this was communicated via email)
There's a script that helps migrating your previous datasets to the new schema:
https://support.google.com/analytics/answer/7029846?visit_id=1-636661955728880760-637850888&rd=1#migrationscript
(tho the script won't help with modifying the existing queries)
From the email I got:
Currently, the data from each app in a Firebase project are exported to a distinct BigQuery dataset in the corresponding BigQuery project. Going forward, the data from each app in a Firebase project will be exported to a single dataset in that BigQuery project. Additionally, the data in this new dataset will follow a new schema.