Adrian Vazquez

Results 4 comments of Adrian Vazquez

I am using Stripe Test Mode. When I create a product on Stripe, or create a user in Firebase, the product gets added to the Firestore database in production, and...

This is so weird. If I try to trigger for the first time "stripe trigger product.updated" it gives me 500 error, but if I create a user using Firebase Emulator...

@merri-ment the webhook secret is created after you install the extension. It is in a folder call extensions and in a file called firestore-stripe-payments.secret.local. Dont you have that one?

In order to connect to the emulator database, and auth you need to do the following: ``` import {getApp} from "firebase/app"; import {Firestore, connectFirestoreEmulator, getFirestore} from "firebase/firestore"; import {Auth, connectAuthEmulator,...