This example uses Stripe’s new prebuilt payment UI. This integration combines all of the steps required to pay, collecting payment details, and confirming the payment into a single sheet that displays on top of your app.
- Follow steps 1-3 in the Firebase setup instructions.
- Use
stripe.example.Firestripe
as the bundle id.
- Run
pod install
- Open
Firestripe.xcworkspace
in Xcode. - Set your publishable key in the
FirestripeApp.swift
file. - Build and run the project.