No data showing in BigQuery table/view after installing Firestore BigQuery Streaming extension #2367
Unanswered
paulosilva-soulcode
asked this question in
Q&A
Replies: 1 comment
-
I had the same issue, when I installed the extension. The fix for me was changing a document in the Firestore collection to see, if the extension is triggered. Could you try to change a doc inside your "Contrato" collection? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team,
I'm encountering an issue with the Firestore BigQuery Streaming extension.
After installing the extension, both the BigQuery table and view were created successfully. However, no data is being streamed from my Firestore collection into BigQuery — neither the table nor the view is showing any records.
Here are the details of my setup:
Project ID: soulcodeacademy
Firestore Collection Name: Contrato
Extension: Firestore BigQuery Streaming
Issue: Table and view were created, but remain empty. No documents are being streamed from the collection.
I’ve confirmed that:
The extension is installed and enabled.
The Firestore collection (Contrato) contains data.
There are no errors shown in the Firebase console related to the extension.
I’m attaching screenshots showing:
The table and view in BigQuery.
A query on the view returning zero results.
Any guidance on how to debug or resolve this issue would be greatly appreciated!
Thanks in advance!
— Paulo

Beta Was this translation helpful? Give feedback.
All reactions