Skip to main content

Questions tagged [firebase-extensions]

Firebase extensions are pre-packaged solutions available to be installed on projects within the Firebase serverless platform.

firebase-extensions
0 votes
0 answers
33 views

Extract entities with Gemini

I'm doing a chat with Gemini, and its already working, but i want to extract structured data from the prompts to save to firestore. typedef Seizure = ( int id, { String type, String? duration, }); ...
Giovana Gamboa's user avatar
0 votes
1 answer
20 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,344
0 votes
0 answers
19 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
10 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
  • 484
1 vote
1 answer
48 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
43 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
0 votes
0 answers
34 views

Firebase Gemini Multimodal Task Extension malfunction

I am currently struggeling trying to set up a working prototype for the firebase extension: multimodel task with gemini api. It seems to connect and answer each prompt based on text but it refuses to ...
TylerandKylie Interiors's user avatar
0 votes
0 answers
403 views

How to give image file to gemini multimodal api in Firebase extension

I am currently working on a project of asking ai to tell me what is then name of the cartoon character inside an image. I chosen to use the Multimodal Tasks with the Gemini API extension in Firebase. ...
ArtInSight's user avatar
0 votes
1 answer
28 views

Cannot find resize completion event when creating trigger for cloud function to handle Firebase image resize completion from extension

I have configured the image resize extension on a Firebase storage bucket and that is working fine. I am trying to create a Firebase/Cloud function to receive the resize completion event and do ...
Sanjay Tibrewal's user avatar
0 votes
0 answers
18 views

Stream Firestore to BigQuery Backfill option not appearing [duplicate]

Upon installing the Stream Firestore to BigQuery extension into my Firestore database, the backfill option "Import existing Firestore documents into BigQuery" does not appear on the ...
João Marcos Pereira Grams's user avatar
0 votes
1 answer
112 views

Stream From Firestore to BigQuery

Encountering problems with the latest update In my previous version of the extension, there was an option available to select the Import existing Firestore documents into BigQuery? and Existing ...
Ahmad Ali's user avatar
0 votes
1 answer
66 views

Creating pdf on Firestore with Pdfplum: Template path "no such object"

I installed the Pdfplum-Firebase-extension "Generate PDFs with Firestore" on the Firebase-server. When installing, you are asked for a template-path. I used my default bucked in which I ...
webwurm's user avatar
  • 79
0 votes
1 answer
85 views

Delete old rows in change log for Firestore to BigQuery Extenstion

I am using the Firebase Extension Stream Firestore to BigQuery to export my data to BQ. It is working great, and I have been using it for a couple of years now. However, the table size is starting to ...
MadMac's user avatar
  • 4,609
0 votes
1 answer
35 views

Firebase to Bigquery transform function error: invalid json response body

I'm trying to implement a transform function for the Firestore to BigQuery Stream extension but I'm getting this error: Unhandled error FetchError: invalid json response body at https://us-east4-<...
AmmAr's user avatar
  • 334
0 votes
1 answer
112 views

Getting an error getaddrinfo ENOTFOUND when trying to send an email using sendGrid and Firebase Trigger email

I created a Firestore collection labeled 'mail' that gets triggered whenever a new document is created, but when I create a new document, the extension returns an error in the document: Not sure ...
FractalBob's user avatar
  • 3,464

15 30 50 per page
1
2 3 4 5
15