Is it possible to integrate Stripe With Firebase and with iOS?

社会主义新天地 提交于 2019-11-30 17:45:47

You can implement entirely in Firebase without a server now that Cloud Functions for Firebase has launched. There's a Stripe example up on Github.

I had the same question. Looked for solutions in every forum. I started a post in Reddit and got a solution. I haven't implemented it.

firebase -> auth0 -> webtask -> stripe is one way to implement a true serverless

Reddit post of true serverless payment implementation

Also, @user5156051, I have a question on how did you implement PayPal serverless solution. I couldn't find the way. When I checked with the PayPal engineer's they mentioned you need to have your backend to perform the payment.

Email conversation with PayPal engineer

You can take a look at this organization. We are creating an iOS app that works on firebase and we make the app and the cloud functions (Firebase Functions/Google Cloud Functions) open tool. IamGoogBad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!