223 questions
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 ...
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 ...
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 ...
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 ...
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. ...
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:
...
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 ...
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 ...
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:...
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 ...
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,...
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 ...
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 (...
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}/...
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 ...