#b0otable-firebase
1 messages · Page 1 of 1 (latest)
hey! I know very little about Firebase to be honest but let me see if I can find anything
I did find https://github.com/stripe/stripe-firebase-extensions/issues/394 which seems related
seems like maybe the workaround is to pass an explicit version in the firebase ext:install call
How would I know what version to install?
the latest version from https://github.com/stripe/stripe-firebase-extensions/blob/next/firestore-stripe-payments/extension.yaml#L16 I think.
Is there no other way to add stripe to the manifest that isn't so hacky?
I don't know honestly.
if the above workaround is not sufficient I'd suggest opening an issue on the Github project, unfortunately we don't have much knowledge of this plugin or Firebase on my team.
I did find this:
The Extensions Emulator is currently not running.
If you are not using Extensions in your testing, everything is fine. If you want to use Extensions in your testing, add them to your extension manifest. To do so, either to add a single extension instance by running:
firebase ext:install <publisherId/extensionId>
or export the extensions instances from a production project by running
firebase ext:export --project=your-project.
I'm not sure what that means unfortunately, I've never used Firebase.
I don't know what the publisherId/extensionId would be
isn't it mentioned in the GH issue I shared?
stripe/firestore-stripe-payments
neat!
random question but do you know of any good free ngrok alternatives, it would make testing the stripe webhooks easier
Seems promising but one more tool to learn. In the shorterm I'll prob just stick with ngrok
From what I can tell this requires you to manually trigger events with 'stripe trigger'.
it doesn't