I would love for you to do a video with stripe, flutterflow and firebase for using a credit based system. Basically customer buys credits, credits are used per transaction like making a booking. Option to auto renew credits based on different credit packages that can be purchased and the credit card on file. Love your work :)
I'd recommend you to use RevenueCat for digital in-app purchases as it will meet Apple's requirements, unless the credits are used to make a booking in real life. It's a grey line with Apple.
Fala rafael beleza, estava acompanhando o video do Steven, e acabei ficando travado na parte onde ele cita que faz o deploy da cloud function do FF para o Google. Você poderia de alguma forma me ajudar nisso? O código esta todo pronto só da erro na hora do deploy. Gostaria de saber se você conseguiu.
Thank you for your effort. You know how to transmit knowledge and thanks to you, I can move forward with my projects since day 1, 6 months ago. Thank you, thank you, you are having impact on peoples life dear.
Could you show the conditional logic for the subscribe button? i am having difficulty to have the subscribe button launch the payment URL based on dropdown menu chosen , mine keep launching the same stripe payment URL regardless of which plan chosen
Hey Steven, great video series and very timely for me atm. Just a thought, it would be really helpful if you could put a link to the exact stripe documentation page where you are picking up the API urls etc
Sorry Sophie I’ve never heard of Noom until now. In addition, although I know relational database, I’m more specialised in Firebase than Supabase due to its tight integration with FlutterFlow
@@StevenNoCode ahh gotcha, I might need to complete the tutorial first to test the keys then upload it with production. I’ll let you know if anything happens
I have set this up in my app - revenue cat is not as good and I am looking to switch to stripe. I've had failed payments and don't know why so... wouldn't recommend it.
I'm having problems, because in the api testing mode, everything marks fine, users are created and the checkout is created, however, when I test it in test or run, it always throws me that there is no answer. I don't quite understand why that might be. Other APIs already work for me, any idea or someone who has gone through the same thing?.
Did you check if Google Chrome Developer Console is showing any error and/or your Stripe Developer log? It’s hard to diagnose if you don’t identify the problem.
Thanks for your comment. As stated in another comment, revenuecat for IAP if you want native. Although you can bypass IAP by doing what Spotify does with subscription which Stripe will apply. Do note not every app is a mobile app, there are many web apps built on FF as well which can use stripe subscription. Around 50% of my clients build web apps using FF.
@@StevenNoCode Thank for the comment. Are you planning to make a tutorial on revenuecat integration since I have heard that it is quite complicated? I would really like that!
Hello Steven, I am looking for someone who will help me to implement apple pay via stripe but not only for mobile but also web apps? Are you interested?
I would love for you to do a video with stripe, flutterflow and firebase for using a credit based system. Basically customer buys credits, credits are used per transaction like making a booking. Option to auto renew credits based on different credit packages that can be purchased and the credit card on file. Love your work :)
I'd recommend you to use RevenueCat for digital in-app purchases as it will meet Apple's requirements, unless the credits are used to make a booking in real life. It's a grey line with Apple.
@@StevenNoCode thanks for your reply. Credits are used to make bookings in real life.
Waiting for the next one. From Brazil!
💚💛
Vai, Brasil!!
Fala rafael beleza, estava acompanhando o video do Steven, e acabei ficando travado na parte onde ele cita que faz o deploy da cloud function do FF para o Google. Você poderia de alguma forma me ajudar nisso? O código esta todo pronto só da erro na hora do deploy. Gostaria de saber se você conseguiu.
Opa! Estamos aqui.
Please, make a video with RevenueCat with iOS subscription! 😊
Thank you for your effort.
You know how to transmit knowledge and thanks to you, I can move forward with my projects since day 1, 6 months ago. Thank you, thank you, you are having impact on peoples life dear.
No worries! Thank you for your kind words and I’m glad to have helped individuals like yourself :)
Could you show the conditional logic for the subscribe button? i am having difficulty to have the subscribe button launch the payment URL based on dropdown menu chosen , mine keep launching the same stripe payment URL regardless of which plan chosen
Hey Steven! Thanks for all you do! What are the odds you want to tackle creating an affiliate program for a FlutterFlow App with Stripe?!
this alone helped a lot already
Hey Steven, great video series and very timely for me atm. Just a thought, it would be really helpful if you could put a link to the exact stripe documentation page where you are picking up the API urls etc
Hey, they’re all in the API doc here. A quick search within using keywords or via google will help you docs.stripe.com/api
Would you be open to making a Noom clone using Supabase & Flutterflow?
Sorry Sophie I’ve never heard of Noom until now. In addition, although I know relational database, I’m more specialised in Firebase than Supabase due to its tight integration with FlutterFlow
Does it work also on production mode or only in test mode?
Not sure what you mean by that. If you deploy your app to production and set your API key to prod, everything will be prod.
@@StevenNoCode ahh gotcha, I might need to complete the tutorial first to test the keys then upload it with production. I’ll let you know if anything happens
Super video! would it be the same with supabase?
Same - although you'll need to write your own edge functions to capture the webhook payload.
@itsStevenLiu great video will be waiting for part 2
Is this possible to achieve inside the mobile app?
Hey did you get it to work on mobile?
@@VectorM No I did not try in the end I was worried about legalities in the end.
@@angelinadyer4411 I see , it works 💯
@@angelinadyer4411 I was waiting for an answer to this. Because of the % the mobile app stores want. I don't think its applicable.
How do you stay in the flutterflow app or get back to it?
Deep link will help docs.flutterflow.io/advanced-functionality/deep-and-dynamic-linking
I'm new to this what about doing it with a firebase stripe Pluging@@StevenNoCode
thank you sooooooooooooooooooooooooooooooo much 🙌🏼
Can you please make a video on revenueCat subscription also?
I have set this up in my app - revenue cat is not as good and I am looking to switch to stripe. I've had failed payments and don't know why so... wouldn't recommend it.
@@angelinadyer4411 I'm having huge problems with just setting up RevenueCat.
it is accepted please by Apple and Google ?
Stripe is only accepted if you're not selling digital goods. You need to use RevenueCat for in-app purchases.
@@StevenNoCode Thanks... I'm looking for a complete stept by step tutorial between RevenueCat, Flutterflow and Stores... it seems not easy
I have the error Unknow error occured I don't know how to fix it do you think you could do a tuto on that I think it would really help a lot of people
It's hard to understand your problem if you do not describe it further. Where is the unknown error occurring, etc.
I'm having problems, because in the api testing mode, everything marks fine, users are created and the checkout is created, however, when I test it in test or run, it always throws me that there is no answer. I don't quite understand why that might be. Other APIs already work for me, any idea or someone who has gone through the same thing?.
By the way AMAZING VIDEO
Did you check if Google Chrome Developer Console is showing any error and/or your Stripe Developer log? It’s hard to diagnose if you don’t identify the problem.
But app store doesn't allow other than their own in-app purchases so theu would not accept this app to theri store.
Thanks for your comment. As stated in another comment, revenuecat for IAP if you want native. Although you can bypass IAP by doing what Spotify does with subscription which Stripe will apply.
Do note not every app is a mobile app, there are many web apps built on FF as well which can use stripe subscription. Around 50% of my clients build web apps using FF.
@@StevenNoCode Thank for the comment. Are you planning to make a tutorial on revenuecat integration since I have heard that it is quite complicated? I would really like that!
Hello Steven, I am looking for someone who will help me to implement apple pay via stripe but not only for mobile but also web apps? Are you interested?
Firebase or Supabase backend? 👀
Firebase. Majority should apply except for webhooks.
gem