Skip to content

Commit 3d44c7d

Browse files
Merge pull request #307 from stripe/next-installation-changes
chore: updated docs for installation flow, bumped version
2 parents 694ef2d + 1bc7365 commit 3d44c7d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

firestore-stripe-payments/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.2.1 - 2021-11-09
1+
## Version 0.2.2 - 2021-11-09
22

33
[RENAME] The extension has been renamed from `firestore-stripe-subscriptions` to `firestore-stripe-payments` to better reflect the support for both one time, and recurring payments.
44

firestore-stripe-payments/PREINSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This extension uses the following Firebase services which may have associated ch
5454

5555
- Cloud Firestore
5656
- Cloud Functions
57+
- Cloud Secret Manager
5758
- Firebase Authentication
5859

5960
This extension also uses the following third-party services:

firestore-stripe-payments/extension.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# limitations under the License.
1414

1515
name: firestore-stripe-payments
16-
version: 0.2.1
16+
version: 0.2.2
1717
specVersion: v1beta
1818

19-
displayName: Web & Mobile Payments with Stripe
20-
description: Controls access to paid content by syncing your subscriptions with Firebase Authentication.
19+
displayName: Run Payments with Stripe
20+
description: Controls access to paid content by syncing your one-time and recurring payments with Firebase Authentication.
2121

2222
license: Apache-2.0
2323

@@ -245,5 +245,4 @@ params:
245245
postinstall instructions for registering your webhook
246246
and configuring this value.
247247
example: whsec_1234567890
248-
default: FILL_IN_FROM_POSTINSTALL
249-
required: true
248+
required: false

firestore-stripe-payments/functions/lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore-stripe-payments/functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const stripe = new Stripe(config.stripeSecretKey, {
3434
// https://stripe.com/docs/building-plugins#setappinfo
3535
appInfo: {
3636
name: 'Firebase firestore-stripe-payments',
37-
version: '0.2.1',
37+
version: '0.2.2',
3838
},
3939
});
4040

0 commit comments

Comments
 (0)