【发布时间】:2019-05-13 23:19:11
【问题描述】:
我正在开发一个 Android 移动应用程序。我希望在我的应用程序中集成一个支付系统,我发现 firebase + android + stripe 三重奏在我的情况下是最好的。我知道有必要使用 firebase 云功能作为 Stripe 的后端管理服务器 (https://github.com/firebase/functions-samples/tree/Node-8/stripe),但它显示“通过切换到 Blaze 或 Flame 计划来启用您的项目计费”。有关详细信息,请参阅定价。但是,我使用的是免费版的firebase,我可以在测试模式下实现这个解决方案还是我必须自动更改firebase订阅
【问题讨论】:
标签: android firebase google-cloud-functions stripe-payments