firebase-subscription-payments icon indicating copy to clipboard operation
firebase-subscription-payments copied to clipboard

Example web client for the `firestore-stripe-subscriptions` Firebase Extension using Stripe Checkout and the Stripe Customer Portal.

Results 8 firebase-subscription-payments issues
Sort by recently updated
recently updated
newest added

# Bug report **STRIPE_PUBLISHABLE_KEY** and **taxRates** are not found in `public/javascript/app.js`. Which are still in instruction of README.md

Hi there, I'm working with ReactJS for the frontend and ExpressJS for the backend. I've a problem with the fetch on the overviewPage.js component. I do a post request to...

https://github.com/stripe-samples/firebase-subscription-payments/blob/4cf116c163ba69f0f46bcc782e4162e0edf452a4/public/javascript/app.js#L215

Here is my code ``` billingPortal (){ const functions = getFunctions(functionLocation); const addMessage = httpsCallable(functions, 'ext-firestore-stripe-payments-createPortalLink'); addMessage() .then((result) => { // Read result of the Cloud Function. /** @type {any}...

I'm trying to trigger the customer portal with the new Firebase 9, but it doesn't work. This is the code: ``` import { initializeApp } from "firebase/app"; import { getApp...

# Bug report ## Describe the bug If a user subscribes their custom claim is set to the correct value, when the subscription expires (or it's canceled) the claim is...

The function names used in extension have been changed. In this PR, the function names have been modified to follow the changes. https://github.com/stripe/stripe-firebase-extensions/blob/b2d6f244b378e117630a4adbb50aabf21961b525/firestore-stripe-payments/CHANGELOG.md#version-0115---2021-08-26

# Bug report ## Describe the bug When clicking on the subscribe button for volume or metered test, I get this error alert ` An error occured: The price `price_1INgJAHYgolSBA35MeYSHoYE`...