Pradeep
Pradeep

Reputation: 11

Firebase data is not exporting to BigQuery after release of new versions of my app

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

Answers (1)

Ismail
Ismail

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

Related Questions