Skip to content

Commit b93e13a

Browse files
docs(firestore-stripe-payments): Add extra context to CREATE_CHECKOUT_SESSION_MIN_INSTANCES config parameter
1 parent 9d4c23d commit b93e13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firestore-stripe-payments/extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ params:
251251
label: Minimum instances for createCheckoutSession function
252252
type: secret
253253
description: >-
254-
How many instances should be always ready to process checkout requests?
254+
Set the minimum number of function instances that should be always be available to create Checkout Sessions.
255255
This number can be adjusted to reduce cold starts and increase the responsiveness
256-
of checkout creation requests. Suggested values are 0 or 1.
256+
of Checkout Session creation requests. Suggested values are 0 or 1. Please note this setting will likely incur billing costss, see the [Firebase documentation](https://firebase.google.com/docs/functions/manage-functions#reduce_the_number_of_cold_starts) for more information.
257257
default: 0
258258
required: true
259259

0 commit comments

Comments
 (0)