DEV Community

Discussion on: React + Firebase + Stripe = Fireact, the open-source project for your next SaaS product.

Collapse
 
chaoming profile image
Chaoming Li

Thanks, the plan is to start writing docs. At the moment, only got the installation doc.

Collapse
 
samipshah100 profile image
samipshah100

OK cool. Does this let you manage user subscriptions on your front-end unlike firebase stripe extension (which needs customer to use stripe account to manage subscription)

Thread Thread
 
chaoming profile image
Chaoming Li • Edited

Yes, account admin/owner can change subscription plan, update credit card and delete/cancel the subscription plan via the front-end. Customers don't even need to know you are using Stripe.

Feel free to login to the live demo and use the testing credit card 4242 4242 4242 4242 to play around the subscription management as the account owner.