Skip to main content
0 votes
0 answers
19 views

Permission fro streaming data from firebase to bigquery

I'm using the Firestore to BigQuery streaming extension to connect Firestore with BigQuery. During setup, the extension automatically created a dedicated service account separate from my main project ...
Rithvik Sharma's user avatar
1 vote
0 answers
24 views

How can I enable clustering in BigQuery using the Firebase BigQuery extension

How can I enable clustering in BigQuery using the Firebase BigQuery extension? In the extension settings, there is a text field option called "BigQuery SQL table clustering (Optional)". I ...
Mohammed Hamdan's user avatar
0 votes
0 answers
22 views

beforeSignIn evenType trigger support on Firebase Extension

I'm trying to create a Firebase extension with a beforeUserSignedIn eventType trigger. the extension should add claims to the user on sign-in event. So far, I haven't found a way to do this. I've ...
kukula's user avatar
  • 1
0 votes
0 answers
56 views

firebase/storage-resize-images fails to deploy after installation

After installing firebase/[email protected] via command line as: firebase ext:install firebase/[email protected] After this, I go through all the steps. As part of the logs ...
KhoPhi's user avatar
  • 9,557
0 votes
0 answers
19 views

Trigger Cloud Function from Firebase Extension: missing events

Our Firebase project is integrated with both our iOS and Android apps (two apps within a single project). We've implemented a custom Firebase Extension designed to trigger on all first_open events. ...
Minh-Hung Nguyen's user avatar
0 votes
0 answers
51 views

FirebaseExtended/action-hosting-deploy GH Action returns invalid details_url

The problem I have is with the details_url stored as Action summary. Here's my workflow: name: Deploy to Firebase Hosting on merge 'on': push: branches: - master jobs: build_and_deploy: ...
Maciejg's user avatar
  • 3,378
0 votes
1 answer
74 views

Flutter use Firebase Storage resize image extension correclty

I would like to use the Resize Images Extension in my Firebase app, but currently always get a 403 code if I want to display the images. This is what I am currently doing in my Flutter app: Save ...
Chris's user avatar
  • 2,322
0 votes
1 answer
86 views

Firebase Extensions: delete user data in sub-collections

I don't know where to ask and I was not able to find that in documentation. I am using Delete User Data extension: https://extensions.dev/extensions/firebase/delete-user-data. From the docs and ...
Oleg Novosad's user avatar
  • 2,433
0 votes
0 answers
21 views

Inconsistency of the default database name in different resource urls

The default database in the console URL is written as -default- like this: https://console.firebase.google.com/project/${param:PROJECT_ID}/firestore/databases/-default-/data/~2F${param:...
Sassan's user avatar
  • 2,347
1 vote
0 answers
59 views

Load data from multiple firestore databses to bigquery using Stream Firestore to BigQuery extension

The scenario I have 2 Firestore databases in my project xyz-dev and xyz-prod I want to use the extension Stream Firestore to BigQuery to push this data from Firestore to prod. Please note there is no ...
Siddharth Chabra's user avatar
0 votes
1 answer
62 views

Unable to find a valid endpoint for function `ext-firestore-bundle-builder-serve`

When trying to deploy my firebase project with the bundler extension, I get the following warning: ⚠ hosting[project]: Unable to find a valid endpoint for function ext-firestore-bundle-builder-serve,...
Philip's user avatar
  • 3,434
0 votes
0 answers
34 views

How to Trigger Cloud Functions from Firebase Extension Events for Cloud SQL Integration?

I’m using a Firebase extension for resizing images and I have a Cloud Function that should be triggered after the resizing process is completed. The goal is for this function to generate download ...
Sviatoslav's user avatar
0 votes
0 answers
27 views

Firebase MessageBird extension cannot send sms

I'm not able to send SMS via MessageBird from Firestore. My request is failing with WARN: firestore-messagebird-send-msg: send failed, got error: Error: api error(s): Request was not authenticated (...
Damjan's user avatar
  • 496
1 vote
1 answer
141 views

Stream Firestore to BigQuery extension gives error on Collection Path when installing

I am working with the Stream Firestore to BigQuery extension. When installing, it asks to add Collection Path. My Collection Path is like below Users/{userId}/Circles/{circleId}/Contacts/{contactId}/...
ARPIT PATEL's user avatar
0 votes
1 answer
155 views

How to upgrade firebase extension functions to gen 2

I want to upgrade this firebase function created from extension Trigger Email from Firestore to gen 2. How can I do it ? I tried to find documents or some information useful but I found nothing ...
sieusaopolo15's user avatar

15 30 50 per page
1
2 3 4 5
15