You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing this extension in Firebase the description of the Stripe API key with restricted access field says the following:
What is your Stripe API key? We recommend creating a new restricted key with write access only for the “Customers”, “Checkout Sessions” and “Customer portal” resources. And read-only access for the “Subscriptions” and “Plans” resources.
The Plans resource doesn't exist and should be renamed to Prices.
* docs(firestore-stripe-payments): Fix GitHub links to `firestore-stripe-web-sdk` README
* docs(firestore-stripe-payments): Reference Prices resource for restricted key instructions
Fixes#477
* fix: Address issue where `insertInvoiceRecord` function fails (#511)
In case where the Invoice has no associated Payment Intent, the Firestore collection write would fail. Fixes#505
* chore(deps): Bump `typescript` dependency (#512)
* chore(firestore-stripe-payments): 0.3.3 release
* chore: Bump `actions/checkout`, `actions/setup-node` versions for test workflows
* chore: Bump `nick-invision/retry` version for test workflows
---------
Co-authored-by: Darren Ackers <[email protected]>
Bug report
firestore-stripe-payments
Describe the bug
When installing this extension in Firebase the description of the
Stripe API key with restricted access
field says the following:The
Plans
resource doesn't exist and should be renamed toPrices
.To Reproduce
Stripe API key with restricted access
field under step 4.Screenshots
Additional context
It looks like this issue has already been brought up in another ticket.
The text was updated successfully, but these errors were encountered: