extensions icon indicating copy to clipboard operation
extensions copied to clipboard

🐛 [firestore-bigquery-export] There was an unknown error while processing the request.

Open canfab opened this issue 2 months ago • 2 comments

[REQUIRED] Step 2: Describe your configuration

I am trying to install the extension from here: https://extensions.dev/extensions/firebase/firestore-bigquery-export

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

Install the extension from here: https://extensions.dev/extensions/firebase/firestore-bigquery-export I get in the end after clicking "Install Extension" the following error: "There was an unknown error while processing the request.". I see in the HTTP calls 2 400 responses for "INVALID_ARGUMENT", but this information needs to be surfaced in the beginning, we can't expect a user checking the http calls for errors...

One of the 400 is when I try to grant Pub/Sub Service Agent - roles/iam.serviceAccountTokenCreator, the HTTP response I get is "Service account XYZ does not exist.".

The other one is "Project id XYZ is invalid; must be between 6 and 30 characters". First of all, the UI should block me, secondly even with a shorter ID seems to fail anyway.

canfab avatar Oct 10 '25 09:10 canfab

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Oct 10 '25 09:10 google-oss-bot

Hi @canfab.

I wonder if this is related: https://github.com/firebase/extensions/issues/2412

You could try version 0.1.58 and see if that works. Follow my instructions here on how to install a specific version.

CorieW avatar Oct 14 '25 16:10 CorieW