Skip to content

Commit 32d0854

Browse files
Merge pull request #302 from stripe/hkj-ext-readme
chore: Mention the client SDK in extension README
2 parents bd63376 + 639c308 commit 32d0854

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

firestore-stripe-payments/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ The design for Stripe Checkout and the customer portal can be customized in your
2727

2828
#### Recommended usage
2929

30-
If you're building on the web platform, you can use this extension for any of your payment use cases.
30+
If you're building on the web platform, you can use this extension for any of your payment use cases.
31+
You can use the [`@stripe/firestore-stripe-payments`](https://github.com/stripe/stripe-firebase-extensions/blob/web-sdk/firestore-stripe-web-sdk/README.md)
32+
JavaScript package to easily access this extension from web clients. This client SDK provides
33+
TypeScript type definitions and high-level convenience APIs for most common operations client
34+
applications would want to implement using the extension.
3135

3236
If you're developing native mobile applications and you're selling digital products or services within your app, (e.g. subscriptions, in-game currencies, game levels, access to premium content, or unlocking a full version), you must use the app store's in-app purchase APIs. See [Apple's](https://developer.apple.com/app-store/review/guidelines/#payments) and [Google's](https://support.google.com/googleplay/android-developer/answer/9858738?hl=en&ref_topic=9857752) guidelines for more information.
3337

0 commit comments

Comments
 (0)