stripe-firebase-extensions icon indicating copy to clipboard operation
stripe-firebase-extensions copied to clipboard

Repository of Firebase Extensions built by Stripe.

Results 168 stripe-firebase-extensions issues
Sort by recently updated
recently updated
newest added

# Feature request - Extension name: `firestore-stripe-payments` ## Is your feature request related to a problem? Please describe. Google Cloud Functions suffer from a major issue affecting cold starts that...

enhancement

# Feature request - Extension name: `firestore-stripe-web-sdk` ## Is your feature request related to a problem? Please describe. Minor feature request to add functionality to the web SDK. I would...

enhancement

# Feature request - Extension name: `firestore-stripe-payments` ## Is your feature request related to a problem? Please describe. This is not a major problem, but a matter of convenience, added...

enhancement

# Feature request As an admin, I want to be able to query my customers collection based on a date range of when customers were created. If during the webhook...

enhancement

- [x] Updated test script. Now includes test coverage. - [x] Test watch script now successfully waits for emulator to to initialise. Removed test local script. - [x] Additional `tsconfig`...

fixes: https://github.com/stripe/stripe-firebase-extensions/issues/379 - [x] Added subscription payments prices. - [x] Added test scenario - [x] Refactored and improved testing utilities - [x] Better organisation for testing files

# Feature request - Extension name: **firestore-stripe-payments** ## Is your feature request related to a problem? Please describe. There seems **default_price** is not inserted during the product doc creation. ##...

enhancement

# Feature request - Extension name: firestore-stripe-payments Docs state: "The extension currently supports pricing plans that bill a predefined amount at a specific interval. More complex plans (e.g. different pricing...

documentation

# Bug report - firestore-stripe-web-sdk ## Describe the bug ``` FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore at ba (index.esm2017.js?4515:14943) at FirestoreSessionDAO.eval (session.js?995f:116)...

bug

Prices API replaces the Plans API, per https://stripe.com/docs/api/plans > You can now model subscriptions more flexibly using the [Prices API](https://stripe.com/docs/api/coupons#prices). It replaces the Plans API and is backwards compatible to...