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

How to generate billing portal link for Stripe NextJS with Firebase extension?

I'm using the Stripe extension in Firebase to create subscriptions in a NextJS web app. My goal is to create a link for a returning user to edit their payments in Stripe without authenticating again (they are already auth in my web app and Firebase…
engineer-x
  • 2,173
  • 2
  • 12
  • 25
1
vote
2 answers

"Ref does not have a version" error when trying to install an extension locally using Firebase CLI

I installed stripe/firestore-stripe-payments extension using Firebase Console (https://firebase.google.com/products/extensions/stripe-firestore-stripe-payments) and it works fine. However, I wanted to install the extension locally so I can have a…
1
vote
1 answer

Run Test Payments in Production environment with Stripe Payment Extension for Firebase

My web site is live using a production version of Stripe Payment Extension for Firebase. How can continue running tests without impacting my customers? I can create test cloud functions using stripe test keys and test webhook keys, but what about…
MadeInLagny
  • 185
  • 1
  • 12
1
vote
0 answers

Firebase extension "Send Messages with Twilio" not working

I create a document in the messages collection, and I get a delivery response which shows the status SUCCESS, but I never get any SMS from Twilio. This is the Twilio Console error (11200): I googled this and the only solution I found was to…
1
vote
2 answers

firebase cloud functions v2 - custom event trigger not deployed

I am attempting to follow this guide https://firebase.google.com/docs/functions/beta/custom-events to add v2 cloud function to handle a custom event provided by firebase stripe extension. The deploy commands seems to run without errors, but my new…
1
vote
2 answers

Resize all existing images stored in firebase storage and update the newly resized image url to database via api call

I have requirement to resize new and existing images stored in firebase store. For new image, I enabled firebase's resize image extension. For existing image, how can I resized the image and get the newly resized image url to update back to database…
Alex Aung
  • 2,637
  • 5
  • 34
  • 63
1
vote
1 answer

Casting a Firebase timestamp to a Date/Time in BigQuery - referencing a computed field again in the same query?

I am not a coder, and very much flying blind, so please excuse the simplicity of this query. I am streaming Firebase Firestore updates to a BigQuery table using the Firebase extension "Stream collection to BigQuery" which I am then linking as a…
1
vote
2 answers

firebase mail extention using sendGrid

I am trying to send email using firebase mail extensiton. I am using sendGrid to send the email. when I tried to write "SMTP connection URI" on the extension, it gives…
1
vote
2 answers

Send email without intent

I'm asking if there's a method to send an email automatically from my app in Android Studio without opening Gmail with "Intent.ACTION_SEND" and without turning on "less secure apps" on Google account settings. My app has already a Google sign-in…
1
vote
0 answers

Image become rotated after resizing using firebase extension

First image is the original image and 2nd one is the resized image.(same orientation) After loading those images using Glide, it shows two different orientation. Output: Dimension of original(1st) image: 480 * 359px Dimension of resized(2nd) …
Abu Saeed
  • 1,020
  • 8
  • 21
1
vote
0 answers

Error in Resize Images Extension Firebase

I'm using the resize images extension of firebase, and in some images the resize function faild with this error: "Error when resizing image [Error: VipsJpeg: Invalid SOS parameters for sequential JPEG VipsJpeg: out of order read at line 0 ]…
1
vote
0 answers

Firebase Stripe - listening to a createCheckoutSession function executed by the stripe extension

I am trying to find a way to listen to a function createCheckoutSession fired by Stripe extension. To be exact, i want to find a way to inform the front-end(React Native) when the function createCheckoutSession execution has finished: How to do it…
1
vote
0 answers

Trying to understand Distributed Counter in Firebase Extensions

Based on this rule I created a collection like this Test_Collection (Collection) | --- JyhaBOdreMTXM4QC4N8c (Document) | --- Likes (Number Field) -> Default value is 0 And I create a function on the client-side to increase the Likes field…
1
vote
0 answers

Unable to use Firebase Resize Image Extension when uploading from Unity SDK

We're trying to use the Resize Image Extension with the Unity Firebase SDK to generate thumbnails to upload to our storage. However the extension is never being called even after setting custom metadata to ensure that our content-type is…
1
vote
0 answers

When using 'Export collections to bigquery' firebase extension, some documents are not available in the raw_changelog table

We are using Export collections to bigquery firebase extension to export collections from Firestore to BigQuery. Everything is working fine except some documents are missing from the raw_changelog table. We could not find anything related to the…