Adrian Vazquez
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,...
I have resolved the issue installing [Docker compose manually](https://docs.docker.com/compose/install/linux/#install-the-plugin-manually) NOT the Docker Desktop.
@DangDinhThi Ubuntu: Ubuntu 22.04.3 LTS Docker version 24.0.6 Docker Compose: docker-compose version 1.26.1 Lando: v3.20.2 As I said before, do not install Docker Desktop in Ubuntu because it will install...
+1 Yes please, I have updated the latest firebase extension to remove the stripe one, and replace it with the invertase, and [downloaded the new package too](https://www.npmjs.com/package/@invertase/firestore-stripe-payments?activeTab=readme) and it seems...
This is actually working for me now in my local. I forgot to remove the extension in my local. ```shell firebase ext:uninstall --local stripe/firestore-stripe-payments ``` and add the correct one...