admin管理员组

文章数量:1277303

I initially set up an integration between Firebase Analytics and BigQuery, mistakenly selecting us-central1 as the region. The export worked correctly, and data was flowing as expected.

Later, I deleted the integration and the dataset that was created in us-central1, then recreated the integration in the US multi-region (since my other datasets are there). However, after the new dataset was created, no data was exported.

After 3-4 days, only one table was exported, but since then, no additional data has appeared. After waiting 8 days, I deleted and recreated the integration again to see if anything would change. Still, no new data is being exported to BigQuery. The dataset gets created, but it remains empty (except to one table).

I was expecting to see a new table for each daily export, but after the first export, no new data has been exported to BigQuery.

Additional Information:

  • The export is scheduled to run daily, and the expiration is set to 60 days.

  • In the Firebase Analytics dashboard, I can see that events are being generated (e.g., over 300,000 events on 22/02/2025).

  • However, in the DebugView, there are no events at all.

  • Logs Explorer does not show any relevant errors related to the export.

What I Have Tried:

  1. Checked Firebase Analytics Dashboard → Events are generated.

  2. Checked BigQuery Logs → No errors related to the export.

  3. Recreated the integration → Still no new data is being exported.

Question:

  • Why is the Firebase to BigQuery export not working after moving to US multi-region?

  • How can I troubleshoot this issue further?

  • Are there any region-related limitations that might cause this behavior?

Any suggestions would be greatly appreciated. Thanks!

本文标签: Firebase Analytics to BigQuery Export Not Working After Moving to US MultiRegionStack Overflow