#arya.stripe-firebase
1 messages · Page 1 of 1 (latest)
We have a Firebase extension for handling subscriptions that might be worth looking into: https://firebase.google.com/products/extensions/stripe-firestore-stripe-subscriptions
Yes, thanks, but as you know, I'm not interst to payment method(Blaze plan $300)
"To install and use Firebase extensions, your project must be on the Blaze plan"
Is there other method? not obligation to use Firebase!
I thought the Blaze plan is pay as you go: https://firebase.google.com/pricing
Should be quite reasonable depending on traffic
Outside of that, AFAIK there are no other pre-built solutions like that
Actually, for blaze plan, first $300 charge, then charge based on usage
Really? Not in my experience (I use that extension myself)
So you mean, it's not charge?
You're best off speaking to Firebase about this!
Alternatively, we have code samples here that might be helpful: https://github.com/stripe-samples/subscription-use-cases
Ok. Thanks. If I use wordpress for a website, can I put any ready code in htdocs, and the issue will be solved?
It depends what exactly you're using Stripe for. One-time payments? Recurring payments? There's a doc here on WP plugins that we recommend: https://stripe.com/docs/plugins/wordpress
the code will use for both one time and monthly plan
if some plugin is for wordpress, to handle the web and ios devices, will be great.
In fact, my goal is client can use web and ios and android for payment, so as I need a serverside API for ios, android and web. do you think strip has a plugin can mount on wordpress and take for all 3 devices
I mean ios and android can connect to wordpress pluging for payment.
There's no one plugin that will do that, no. WordPress is a web (PHP) platform. Android and iOS have their own native languages
I mean for example ios need a interface server for accept payment, right? how solve this issue, should I put some php code in htdocs folder to solve this problem?
I saw in one tutorial, some use local host for payment test. so I can use that code and put on the htdocs on werpress and use that?
for iOS device, after using coco pads and call API, it needs a server side API between ios and strip site. right? how solve this issue.
I'd recommend starting here for iOS: https://stripe.com/docs/payments/quickstart
There's no 'one size fits all' approach for a native mobile environment like iOS and also a web counterpart. You'll likely need to maintain separate applications