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

Firestore -> BigQuery mirroring

I am currently working on a project where I need to mirror data from Firestore to BigQuery for further analysis and reporting purposes. However, I want to exclude certain fields from being mirrored into BigQuery. I have explored the Stream Mirror…
0
votes
1 answer

How to create a stripeRole for mode 'payment' in Stripe for Firebase?

I spent few days reading the doc and watching tutos on how to use Stripe in Firebase to introduce premium content on my website. Except for one thing I don't want to make create a subscription. I want to make a one-time payment so customers can…
vdegenne
  • 12,272
  • 14
  • 80
  • 106
0
votes
1 answer

Stripe Firebase Extension - onCurrentUserPaymentUpdate not working

I'm building a React App where you users can make one-time purchases of in-game tokens using Stripe. I'm having trouble getting onCurrentUserPayment() to work from the @stripe/firestore-stripe-payments sdk. CODE I have an onClick button event with…
0
votes
0 answers

How to sync Stripe subscription in Firestore when using Payment Links?

I've a web app (React) which uses Firebase as the backend. I'm integrating Stripe for subscriptions to my app. To sync a user's subscription details to Firestore, I installed this Run Payments with Stripe extension on Firebase. The extension says…
0
votes
0 answers

Delete-User-Data extension logs say it worked, but the data still shows in the Firebase Console

Delete User Data extension logs say it worked, but the data still shows in the Firebase Console I've been struggling with this for a while. I'm using React. I installed the extension running: firebase ext:install firebase/delete-user-data The…
0
votes
0 answers

Can I create Stripe subscriptions manually in a React Native app using Firebase extension or do i need a webapp?

Stripe React Native Subscriptions are web only? Hi, I have a react native app that allows users to set manage their stripe susbcriptions using the Firebase GetPortalLink. (Using the Firebase extension) However, the subscriptions have to be created…
0
votes
1 answer

Firestore Database: How to delete documents that reference an initially deleted document?

I am using google Firestore Database for an app i am working on. The database layout is as follows: User ---email ---name ---etc... Post ---[User ID] ---image ---etc... When i delete a user, i want all posts that reference the users ID to also be…
0
votes
0 answers

Firebase extension failing with error code 429

I am trying to install the firebase stripe payments extension for my project but it is failing with the below error ; RESOURCE_ERROR at /deployments/firebase-ext-firestore-stripe-payments/resources/createCustomer:…
0
votes
1 answer

Listening to Firebase extension events outside of the default channel/region and in TypeScript

I am trying to listen to the invoice.paid event triggered by the Stripe Payments extension, and I'm following this documentation, trying to adapt examples to the fact all my code is in TypeScript. Another thing is that I deployed the extension to a…
0
votes
1 answer

Cors problem with Firebase Stripe extension

I am trying to build an app in vue 3 with Firebase and the stripe extension. I encounter a cors problem when i want to open a customer portal using a cloud function. here is the code in my vue app