#b0otable-firebase

1 messages · Page 1 of 1 (latest)

upbeat gazelle
#

Hi there

dusky raven
#

Hi @upbeat gazelle

upbeat gazelle
#

I'm not intimately familiar with Firebase. Overall though this sounds like a limitation of the Firebase eumlator?

dusky raven
#

The emulator is doing what it is supposed to.

#

When you start it up, everything is empty.

#

However, the Stripe Extension for Firebase seems to work by loading things and responding to documents within the Firestore collection

#

I was curious if there was a way to force Stripe to send updates on current products/pricing without having to manually go in and change the prices/descriptions

upbeat gazelle
#

Let me check with a colleague to see if they are familiar with this

dusky raven
#

Yes, this is actually a larger issue than I expected.
On the Stripe side, you don't allow me to change the price once it has been used in a test transaction. This is a problem as it was the only way I could force the system to reload the firestore tables.

upbeat gazelle
dusky raven
#

Would you classify it as a bug or feature request

upbeat gazelle
#

I think it would be a feature request overall as I'm not sure things are working unexpectedly here, just not working as desired.

#

The answer to the above basically states that you write a script to import your Stripe Prices/Products each time you run your emulator.

dusky raven
#

I guess I don't understand how you are expected to develop with the extension then. Surely you aren't meant to be working on production.

upbeat gazelle
#

I would think there is a better way here, but I'm just not familiar with the extension at all really... I'd still recommend posting an issue and someone should be able to clarify