Stripe Integration With Firebase on iOS
问题 I'm building an iOS application using Firebase as my backend and want to implement Stripe without an external server. I've already checked out this post: Firebase payment gateways? — and it shows the following process regarding Stripe's payment process/gateway: User initiates transaction on your site Client code sends them to Stripe to enter their CC info Client code obtains a token representing the secure transaction A server process is notified by stripe when the transaction is validated