ksnyder

Results 4 comments of ksnyder

I am having the same problem. When I call getProducts, the stacktrace is: > provider.ts:130 Uncaught (in promise) Error: Service firestore is not available > at Provider.getImmediate (provider.ts:130:1) > at...

Have you tried accessing your Firestore collection outside of this package, by just importing the regular Firebase package? When I did that I got the exact same error, which leads...

Upon further testing, I don't believe this is a Firestore issue, but is a problem with this library. I found that the getFirestore(fbApp) call mentioned in the previous post only...

@valentso Yes, after removing @stripe/firestore-stripe-payments, I found that the firebase 9.18.0 package started working again. I have not yet figured out how to replace the functionality provided by @stripe/firestore-stripe-payments, the...