File tree 4 files changed +16
-8
lines changed
firestore-stripe-invoices
firestore-stripe-payments 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 0.2.5 - 2023-12-21
2
+
3
+ [ fix] - upgraded the resources to node 18 [ #583 ]
4
+
1
5
## Version 0.2.4 - 2023-10-08
2
6
3
7
[ fix] - updated extension icons
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-stripe-invoices
16
- version : 0.2.4
16
+ version : 0.2.5
17
17
specVersion : v1beta
18
18
19
19
displayName : Send Invoices using Stripe
@@ -62,7 +62,7 @@ resources:
62
62
in your specified Cloud Firestore collection
63
63
properties :
64
64
location : ${LOCATION}
65
- runtime : nodejs16
65
+ runtime : nodejs18
66
66
eventTrigger :
67
67
eventType : providers/cloud.firestore/eventTypes/document.create
68
68
resource : projects/${PROJECT_ID}/databases/(default)/documents/${INVOICES_COLLECTION}/{id}
@@ -75,7 +75,7 @@ resources:
75
75
a new Stripe Event is received.
76
76
properties :
77
77
location : ${LOCATION}
78
- runtime : nodejs16
78
+ runtime : nodejs18
79
79
httpsTrigger : {}
80
80
81
81
params :
Original file line number Diff line number Diff line change
1
+ ### Version 0.3.7 - 2023-12-21
2
+
3
+ [ fix] - upgraded the resources to node 18 [ #583 ]
4
+
1
5
## Version 0.3.6 - 2023-10-08
2
6
3
7
[ feat] - Support ` payment_method_collection ` parameter
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : firestore-stripe-payments
16
- version : 0.3.6
16
+ version : 0.3.7
17
17
specVersion : v1beta
18
18
19
19
displayName : Run Payments with Stripe
@@ -57,7 +57,7 @@ resources:
57
57
Creates a Stripe customer object when a new user signs up.
58
58
properties :
59
59
location : ${LOCATION}
60
- runtime : nodejs14
60
+ runtime : nodejs18
61
61
eventTrigger :
62
62
eventType : providers/firebase.auth/eventTypes/user.create
63
63
resource : projects/${PROJECT_ID}
@@ -68,7 +68,7 @@ resources:
68
68
Creates a Checkout session to collect the customer's payment details.
69
69
properties :
70
70
location : ${LOCATION}
71
- runtime : nodejs14
71
+ runtime : nodejs18
72
72
eventTrigger :
73
73
eventType : providers/cloud.firestore/eventTypes/document.create
74
74
resource : projects/${PROJECT_ID}/databases/(default)/documents/${CUSTOMERS_COLLECTION}/{uid}/checkout_sessions/{id}
@@ -79,7 +79,7 @@ resources:
79
79
Creates links to the customer portal for the user to manage their payment & subscription details.
80
80
properties :
81
81
location : ${LOCATION}
82
- runtime : nodejs14
82
+ runtime : nodejs18
83
83
httpsTrigger : {}
84
84
85
85
- name : handleWebhookEvents
@@ -88,7 +88,7 @@ resources:
88
88
Handles Stripe webhook events to keep subscription statuses in sync and update custom claims.
89
89
properties :
90
90
location : ${LOCATION}
91
- runtime : nodejs14
91
+ runtime : nodejs18
92
92
httpsTrigger : {}
93
93
94
94
- name : onUserDeleted
You can’t perform that action at this time.
0 commit comments