Questions tagged [firebase-extensions]

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

Firebase Extensions are a part of the Firebase serverless platform that allow deploying extended, pre-packaged functionality into applications developed on the Firebase platform.

Related Tags

193 questions
1
vote
2 answers

Can Firebase Extension use unofficial extensions?

I want to share a small cloud function to the user of my package. Is it possible to user firebase extensions for that? I can easily create a structure that resembles this https://github.com/firebase/extensions/tree/next/storage-resize-images Can…
Razvan Cristian Lung
  • 5,661
  • 5
  • 25
  • 49
1
vote
1 answer

Firebase Extension Translate Text in Firestore does not allow to add more than one input and output field

I am trying to use the Translate Text extension in order to translate a few fields from my collection to 5 different languages. But the configuration screen only allows me to choose one field for input and one field for output, respectively. If I…
1
vote
1 answer

Firebase limit child nodes extension with wildcard?

I am using the limit child nodes extension to limit a node to 3 children with a structure like this successfully: { "-LqRtMWFDSO3QRJDYA39" : { "r" : 0.84, "s" : "Mango" }, "-LshaeOZsIRC80q_n4Kl" : { "r" : 0.49, "s" :…
1
vote
1 answer

Is it possible to attach a file to an email I want to send with firebase using the trigger email extension?

I want to use the new firebase email extension. I need to attach a file stored in firebase storage to the email. Im browsing source code of the extension and I dont see any mention of attachment. Is there any way to do it?
tlalco
  • 352
  • 4
  • 19
0
votes
0 answers

Send Messages with Twilio Firebase Extension Invalid Callback URL

We are using Firebase and the Twilio extension for Firebase to send text messages from our app and getting a 11200 error. Our callback url is returning a 404 status not found. See below: Error Details…
0
votes
1 answer

I get "FirebaseError: could not read archive: response exceeded harpoon max page size" when running "firebase ext:install ."

I'm trying to install my own Firebase Extension for my Firebase project. I run firebase ext:install . But I get this error: $ firebase ext:install . i extensions: ensuring required API firebaseextensions.googleapis.com is enabled... ✔ extensions:…
Nils Reichardt
  • 3,195
  • 2
  • 18
  • 28
0
votes
2 answers

Firebase extension Error : emulated services will use a demo configuration and attempts to access non-emulated services for this project will fail

I am building an extension by reading this official documentation and getting error in 4 step, while start emulator in firebase extension firebase emulators:start --project=demo-test. Error : C:\Users\RAJENDRA A VERMA\Desktop\Firebase…
Rajendra A Verma
  • 268
  • 2
  • 11
0
votes
0 answers

Adding CORS headers to Firebase Mailchimp Extension

I have a firebase app (its a simple website) that I am trying to use to capture emails via a simple subscribe input area and I want those emails to go into mailchimp. It seems easy but it is turning out to be a horribly complicated thing - maybe I…
0
votes
1 answer

is it possible to use the firebase extension "Delete User Data" in flutter code

I have a "Delete my account and all data" button in my app. Is it possible to use the firebase extension "Delete User Data" for this? this firebase extension: https://extensions.dev/extensions/firebase/delete-user-data I can't finde a code example,…
0
votes
1 answer

Firebase resize extension fails time to time on multiple images

I have the Firebase resize extension and it works correctly. only when multiple images are uploaded concurrently some of them fail to load after resizing. I get 404 on about 3/10 which is frustrating since we now have to track on the frontend when…
Taio
  • 3,152
  • 11
  • 35
  • 59
0
votes
0 answers

mailchimp extension in firebase

I would like the mailchimp extension in firebase to sent the field displayName to mailchimp as firstName (or as a custom field, I dont mind either way. I used https://extensions.dev/extensions/mailchimp/mailchimp-firebase-sync and put in Firebase…
0
votes
0 answers

Firebase Mailchimp Extension Tag With Custom Claim

I'm utilizing the Mailchimp extension in firebase with regular firebase auth, but as I use custom claims to differentiate between people currently subscribed and those who have made an account but aren't currently subscribed, the sample code that…
0
votes
0 answers

How to use the function "getStreamUserToken" from Firebase Authenticate with Stream Chat extension in client-side Angular?

I am trying to use the getStreamUserToken function from Firebase Authenticate with Stream Chat extension in an Angular client-side application. However, my implementation is not working as expected. Here's the code I have tried: The function: // Get…
0
votes
0 answers

How to add an array of tags with firebase mailchimp extension

We have a collection of users, each with an array of skills. Each skill has a title and description. We would like those skill titles to be mailchimp Tags. In the firebase extension setup, we have the Member Tags Watch Path set to "users", and the…
0
votes
0 answers

How to integrate firestore bundle builder - extension

I installed the firebase bundle extension in my project and started to configure https://github.com/firebase/firestore-bundle-builder/tree/main/admin-dashboard Installation Clone this repository: git clone…
Kris Swat
  • 788
  • 1
  • 10
  • 39