Bug report
- Extension name: [e.g.
firestore-stripe-payments] firestore-stripe-payments
Describe the bug
When trying to use createCheckoutSession, getting the following error:
index.esm2017.js?c270:147 Uncaught (in promise) Error: Service firestore is not available
at Provider.getImmediate (index.esm2017.js?c270:147:1)
at La (index.esm2017.js?98b5:17280:117)
at new FirestoreSessionDAO (session.js?e040:106:38)
at getOrInitSessionDAO (session.js?e040:166:1)
at eval (session.js?e040:67:1)
at async _createStripePayment (page.tsx?7178:54:21)
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to '…'
- Click on '…'
- Scroll down to '…'
- See error
Expected behavior
Create checkout session
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- NextJS 13, Firebase 9.14.0
Additional context
This only happens with v0.0.6. I downgraded to 0.0.4 and it started working.
Add any other context about the problem here.
Bug report
firestore-stripe-payments] firestore-stripe-paymentsDescribe the bug
When trying to use
createCheckoutSession, getting the following error:To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Create checkout session
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
This only happens with v0.0.6. I downgraded to 0.0.4 and it started working.
Add any other context about the problem here.