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
0
votes
1 answer

Adding line break inside firebase email trigger copy using Reactjs

Can't seem to figure out why my line breaks aren't working. Any help would be greatly appreciated. I'm using the firebase Email Trigger extension to send a registration confirmation email. I want to add multiple lines to the text, but the line…
0
votes
1 answer

Is it possible to attach a file from firebase storage to an email using the trigger email extension?

I added the trigger email extension to my firebase project and it works well. I am now trying to send an email with an attachment from firebase storage. I tried adding the access token of the file to the content field of the message and the email is…
0
votes
1 answer

Empty list of products using firebase extension for stripe payment

I am having the following problem. I am using the firebase extension for stripe payment in a node.js + react app (both v18): https://extensions.dev/extensions/stripe/firestore-stripe-payments I am trying to get the products but have an empty list in…
0
votes
1 answer

How to configure translate text extension on firebase to translate a text in a map field

I am trying to translate a text thats inside a map field. This is how the collection is set up. I want to translate the "Text" field. I tried "test.textDoc.*.text", but "dot notion" doesn't seem to work. I even tried "test/textDoc/{random}/text".
0
votes
2 answers

Firebase Biq Query extension - Exceeded rate limits: too many api requests per user per method for this user_method

I have the firebase extension for streaming data to Big Query installed https://extensions.dev/extensions/firebase/firestore-bigquery-export. Each month I run a job to import data into my Firestore collection in batches. This month I imported 2706…
0
votes
2 answers

"Invalid API Key provided" using the stripe extension in firebase cloud functions

having a problem that when I try to run my cloud function where my secret key is being perceived as invalid. I am 99.99% sure that it is the same as is in the Stripe dashboard and have copied and pasted 100 times so I think it is something…
0
votes
1 answer

How would I go about creating a product in the Stripe extension in Firebase using flutter?

I am building an event management app and am currently in the stage of adding payment funcionality to it. I have followed the firebase documentation and all seems to be in working order and I can easily add products to my firestore database when…
0
votes
2 answers

Firestore bundler builder not deploying correctly

when installing the extension, firebase deployed the it, but I'm getting this error: Build failed: lib/index.js does not exist; Error ID: bc73f5cd The package JSON seems to have a reference to "main": "lib/index.js", but it doesn't exist I guess…
pedrommuller
  • 15,741
  • 10
  • 76
  • 126
0
votes
2 answers

Firebase Resize Images extension. What does it mean to "Make resized images public"?

I'm using the Firebase Resize Images extension to create 120x120 thumbnails for content, keeping the original images. I was hoping to be able to just store the original full size downloadUrl on my content and do a downloadUrl.replace('.png',…
byron
  • 984
  • 3
  • 14
  • 26
0
votes
1 answer

How to set up per-seat subscription with Stripe?

Good day! I am trying build a per-seat subscription model for my web site. Before, I tried use Checkout session to provide "place", to write personal data, but the max what I reached - is creating default Subscription that you could cancel for…
0
votes
1 answer

Which is right on Firestore to store paths of images uploaded to Firebase Storage, especially with Resize Images?

I'm using Firebase Firestore to store users' thumbnails path and Firebase Storage to store those image files. And recently I started using Resize Images Firebase extension. I think I have 2 ways to code. 1. Upload images to Storage and save path on…
0
votes
1 answer

Is there a way to add Firebase custom claims with stripe one-time payments?

I am trying to add a custom claim with firebase after a one time payment with stripe. For subscriptions, the metadata in stripe works to put the custom claim on the auth object, but for one time payments this doesn't seem to work. Does anyone know a…
0
votes
1 answer

Disable firebase storage extension resize if object has a particular condition

I have the default firebase resize extension installed. It's working perfectly but I realized I do not want the resize to proceed if the image is small, say 20Kb or less than 450Kb. I have edited the function source code to logs.imageSize("Image…
Taio
  • 3,152
  • 11
  • 35
  • 59
0
votes
0 answers

How do I install and use the firebase-counter extension on Angular v14?

I am trying to use the firebase-counter extension on Angular v14. I have upgraded the dependencies in package.json as follows. This step is necessary as the uuid dependency is giving a lot of problems with v3.3.2. { "name":…
0
votes
0 answers

Firebase Extension: Resize Images not limiting PNG colors

Limiting the colors does not work for PNG with transparency in my case. The resulting PNG does not go down to 8-Bits-Per-Pixel. Configuration According to the Sharp docs and the Firebase example, the output options below should work. colours vs.…
Dabbel
  • 2,468
  • 1
  • 8
  • 25