Reputation: 11
I have exported analytics data from big query.It was working till the new version is released. After release of new version i could not see any data in BigQuery, but I can see the data in Firebase report/console, but not in BigQuery. Could you please help me to understand, why I don't see the data for new versions? What are the conditions of data export? Attached Screenshot
Upvotes: 1
Views: 1567
Reputation: 1078
Loading data from Cloud Firestore exports has its limitations. BigQuery and Cloud Storage also require some permissions.
You need to make sure options' specifications is needed to change how BigQuery parses Cloud Firestore export data, and data type conversion.
After reviewing other similar issues that occurred with the release of new versions of apps, make sure that the app still has Analytics-linked to BigQuery in the integrations section in the Firebase console.
Upvotes: 1