firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
892 stars 383 forks source link

šŸ› firebase/firestore-bigquery-export: firestore extension doesn't support database? #2211

Open vipin-wellsky opened 1 week ago

vipin-wellsky commented 1 week ago

[READ] Step 1: Are you in the right place?

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:

[REQUIRED] Step 2: Describe your configuration

[REQUIRED] Step 3: Describe the problem

Steps to reproduce:

I cannot see an option to set firebase extension to listen to firestore collection in a different DB than the (default) one. Please either provide a option or help with any workaround for the same.

Expected result
Actual result
cabljac commented 2 days ago

I've added the feature request label.

This is blocked until the extensions platform fully supports v2 functions I believe.

adonistseriotis commented 3 hours ago

Linking to this issue #2072. I have commented there a potential solution for this issue the same way Algolia is supporting non-default DBs.

cabljac commented 3 hours ago

Interesting, can you confirm the algolia extension works properly with that param? We encountered issues when trying to do this before, e.g:

https://github.com/firebase/extensions/issues/2090#issuecomment-2172994954

adonistseriotis commented 9 minutes ago

Interesting, can you confirm the algolia extension works properly with that param? We encountered issues when trying to do this before, e.g:

#2090 (comment)

I can confirm it works with the default db. However, I can also run a test to see if it's working with another db. Will let you know Monday.