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
Calling getProducts,createCheckoutSession or onCurrentUserSubscriptionUpdate raises an error:
Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore
FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore
Bug report
firestore-stripe-payments
Describe the bug
Calling
getProducts
,createCheckoutSession
oronCurrentUserSubscriptionUpdate
raises an error:To Reproduce
Expected behavior
The methods don't error out and perform the operations described in the documentation.
Screenshots
System information
Additional context
I'm using Typescript
5.6.3
and webpack5.96.1
.The text was updated successfully, but these errors were encountered: