#Matthieu
1 messages · Page 1 of 1 (latest)
Hi, are there specific questions here that I can help to unblock you? I'll pass this feedback along, thank you.
Is there any similar relevant integration ? eg creating a subscription on stripe for a react/firebase app
@hoary stump this guide was super smooth for me to follow: https://blog.jarrodwatts.com/set-up-subscription-payments-with-stripe-using-firebase-and-nextjs
Of course it's with NextJS but there was very little particular to Next in it
Unfortunately we don't have anything additional for this.
That extension is not really well maintained either sadly. If it were me, I wouldn't use it
The issue I'm having is with this very same integration @unkempt thorn Run Subscriptions Payments with Stripe
So you'd suggest vanilla stripe.js ?
That guide had me running subscriptions in an hour or so
Did you do it recently ?
Yesterday
Is your app open source ? Would love to have a look
No it's not, but was exactly following that guide without any detours
Thanks, @fluid zealot , is it still supposed to be live ? Or deprecated ?
It's not deprecated, it's just limited and we don't really add much to it so it often doesn't scale. But if it worked well for @unkempt thorn with that guide you should be fine
It's good for quick integration with a Checkouts page but doesn't allow much customization to the experience beyond what Stripe offers
this is a thread for Mathieu to ask their own questions.
This tutorial also looks to be using old syntax, eg db.collection("name") instead of collection(db, "name")