Skip to content

Commit bd63376

Browse files
Merge pull request #299 from stripe/next-rearrange-postinstall
docs: update payments postinstall to show web-sdk early on
2 parents f3d6956 + 4f7c98c commit bd63376

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

firestore-stripe-payments/POSTINSTALL.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Client SDK
2+
3+
You can use the [`@stripe/firestore-stripe-payments`](https://github.com/stripe/stripe-firebase-extensions/blob/web-sdk/firestore-stripe-web-sdk/README.md)
4+
JavaScript package to easily access this extension from web clients. This client SDK provides
5+
TypeScript type definitions and high-level convenience APIs for most common operations client
6+
applications would want to implement using the extension.
7+
8+
Use a package manager like NPM to install the above package, and use it in conjunction with
9+
the Firebase Web SDK.
10+
111
### Configuring the extension
212

313
Before you proceed, make sure you have the following Firebase services set up:
@@ -481,16 +491,6 @@ You have the option to automatically delete customer objects in Stripe by settin
481491

482492
The extension will not delete any data from Cloud Firestore. Should you wish to delete the customer data from Cloud Firestore, you can use the [Delete User Data](https://firebase.google.com/products/extensions/delete-user-data) extension built by the Firebase team.
483493

484-
### Client SDK
485-
486-
You can use the [`@stripe/firestore-stripe-payments`](https://github.com/stripe/stripe-firebase-extensions/blob/web-sdk/firestore-stripe-web-sdk/README.md)
487-
JavaScript package to easily access this extension from web clients. This client SDK provides
488-
TypeScript type definitions and high-level convenience APIs for most common operations client
489-
applications would want to implement using the extension.
490-
491-
Use a package manager like NPM to install the above package, and use it in conjunction with
492-
the Firebase Web SDK.
493-
494494
### Monitoring
495495

496496
As a best practice, you can [monitor the activity](https://firebase.google.com/docs/extensions/manage-installed-extensions#monitor) of your installed extension, including checks on its health, usage, and logs.

0 commit comments

Comments
 (0)