Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
The fsexportbigquery function does not deploy
The extension give the following error in the firebase console:
; RESOURCE_ERROR at /deployments/firebase-ext-firestore-bigquery-export/resources/fsexportbigquery: {"ResourceType":"gcp-types/cloudfunctions-v1:projects.locations.functions","ResourceErrorCode":"400","ResourceErrorMessage":"Failed to retrieve function source code"}
The error in Cloud Functions is:
Invalid argument (HTTP 400): Failed to retrieve function source code
The source location Deployment Manager sets for the Cloud Function deployment manager appears not to exist:
gs://firebase-mod-sources-prod/609537b69c8912a0d69067bed55781a4d998262350f44d0db8ce1c48470105ed
1) Create a new Firebase project
2) Enable billing and the Blaze Plan
3) Attempt to install the firestore-bigquery-export extension
The extension should fully deploy into my project
The Cloud Function that was a component of the extension did not deploy.
I am experiencing the same issue.
I can't update my existing extensions from 0.1.9 to 0.1.10 or create a new one
Hey @jhuleatt & @i14h, I can confirm this is a bug that will need further investigation.
I also confirm this is not working, if you retry it seems to be installed correctly, however, nothing is added on the BigQuery.
Is there a way to use an older version?
Hey all,
Sorry you've been having the issues. Install should be working via the CLI now. We're working on fixing installs through the Console and will post another update when it's been rolled out. In the meantime, please use the CLI for all installs/udpates.
~Hi @tinaliang, is there another bug related to deploying from the CLI? I just tried deployment through it and am seeing this error in Firebase console for my new deployment:~
; RESOURCE_ERROR at /deployments/firebase-ext-organizations-labels/resources/fsexportbigquery:
{"ResourceType":"gcp-types/cloudfunctions-v1:projects.locations.functions","ResourceErrorCode":"500","ResourceErrorMessage":"
Failed to configure trigger providers/cloud.firestore/eventTypes/[email protected]
(__gcf__.us-central1.ext-organizations-labels-fsexportbigquery)"}
My apologies everybody, that error was due to misconfiguring the path to a subcollection.
Console installs and updates should now be fixed as well.
Closing this bug as everything should be working normally now.
Most helpful comment
I also confirm this is not working, if you retry it seems to be installed correctly, however, nothing is added on the BigQuery.
Is there a way to use an older version?