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

❗️[Error]: Webhook handler for Stripe event [evt_3NM8vqBAry7EbN3617epEYhQ] of type [payment_intent.succeeded] failed: User not found

I am using the "Run Payments With Stripe" firebase extension but I am getting an error in handleWebhookEvents function of it. Here's the error info from firebase functions logs: insertId: "64958d6c000d4b73500727b9" labels: {2} logName:…
Ofek150
  • 41
  • 3
1
vote
1 answer

Firebase trigger Email extension newlines are not preserved

I want to use the trigger emails firebase extension. When i format my text with html i get the layout I want, however i am much more likely to be placed in the spam folder. So I want to send plain text. However, i can not get the newline to stay in…
david 11
  • 75
  • 8
1
vote
1 answer

Firebase stripe extension can't make two subscription prices

Firebase, Stripe extension integration. I have one product on Stripe, and two recurring prices (subscription options) The problem is appearing when I try to add yearly and monthly subscription options, in line-items, before that I used one…
Mark James
  • 338
  • 4
  • 15
  • 43
1
vote
1 answer

Next button is disabled in second step installing the "delete user data" extension in Firebase

Even though the second step's (Review APIs enabled and resources created) Next button is disabled, I can click on the third step, and its Next button is enabled. But when I click it or the fourth step (Configure Extension), nothing happens. No…
Jeff G
  • 1,996
  • 1
  • 13
  • 22
1
vote
0 answers

How to resolve a firebase extension update stuck spinning?

I'm attempting to update the Run Payments with Stripe on Firebase however it just spins and never finishes. I'm currently running 0.2.4.
Shannon Cole
  • 362
  • 7
  • 21
1
vote
0 answers

How can I retrieve resized images in Flutter using Firebase's image-resizing extension?

I'm unable to retrieve the resized images from Firebase. I get the error: 'Unhandled Exception: [firebase_storage/object-not-found] No object exists at the desired reference.' I am able to successfully upload my image files to firebase storage with…
1
vote
0 answers

Stripe Payments Firebase extension with emulators set up assistance request

I have an Angular frontend app that is configured to run across 3 backend environments. DEV running off the local Firebase emulator (demo_myAppName) TEST (myAppName-test) & PROD (myAppName) which are both separate "real" Firebase projects. The app…
IM72
  • 11
  • 2
1
vote
1 answer

BigQuery Firestore extension. Not to remove data from BigQuery

I have the Firestore to BigQuery extension installed and working in my environment. I have it streaming all the documents in a collection to BigQuery. It works well, when I create a doc, append a doc or delete a doc in Firestore, the extension…
1
vote
1 answer

Firebase Trigger Email Stuck at Processing or Fails with ssl3_get_record: wrong version

I'm trying to set up trigger emails through Firebase. I've read other Stackoverflow posts which led me to 1) enable SMTP authentication within my mailbox settings 2) try changing the port to 587 to 465, both of which haven't completely solved the…
1
vote
0 answers

how to fix algolia firebase extension auto sync problem

I have integrated my Firebase project with Algolia search engine. However, I am facing an issue where any updates or deletions made to the documents in the designated collection are not reflected in the search results. Can someone suggest a solution…
1
vote
1 answer

Firebase Deploy Error: 'Changing secrets is not supported' when using separate projects with Stripe 'Run Payments with Stripe' extension

I'm trying to setup multiple environments for my Vue / Firebase Project. I have two Firebase Projects 1.) Dev 2.) Prod The project utilizes Stripe Extension which pulls the API Key from an auto-generated file…
1
vote
3 answers

Firebase extension install using non-existent service account

I am trying to install and uninstall extensions in Firebase, but I am getting a permission denied error. After looking at the logs, it appears Firebase is attempting to use a non-existent service account to enable the needed services. The service…
Gremash
  • 8,158
  • 6
  • 30
  • 44
1
vote
2 answers

how do I get subcollection path in firestore

I'm fairly new to firebase and I'm trying to get the path to one of my subcollections in order to install a firebase extension. This is how my JSON looks like The issue is I'm trying to get the subcollection "comments" under each "post" document as…
1
vote
1 answer

Problem with firebase stripe extention and sdk version 9

I have an issue upgrading firebase stripe extention sdk version 8 code that they have at the official source code to version 9. https://github.com/stripe/stripe-firebase-extensions/blob/master/firestore-stripe-payments/POSTINSTALL.md Even though I…
1
vote
1 answer

Apple pay with Stripe Checkout

I am having trouble with enabling Apple Pay on my Stripe checkouts. I have enabled it from the dashboard but it does not show up during checkout. Any reasons as to why? I am using one time payments with the firebase stripe extension. It works so far…