invertase / stripe-firebase-extensions

Repository of Firebase Extensions built by Stripe.
https://firebase.google.com/products/extensions
Apache License 2.0
437 stars 164 forks source link

Support trial — there's no longer the legacy option for setting a trial in Stripe #599

Closed matheusbaumgart closed 8 months ago

matheusbaumgart commented 8 months ago

@jsteele-stripe There's no longer the legacy option for setting a trial in Stripe. So trial_from_plan workaround is no longer valid.

Originally posted by @alex-i0 in https://github.com/invertase/stripe-firebase-extensions/issues/274#issuecomment-1875938597

matheusbaumgart commented 8 months ago

The only way to add this now is to go through the Billings page and creating the product there. Even then, as stated here, it's no longer supported on Checkout

image
LimarenkoDenis commented 8 months ago

Any updates?

I see the only solution now - is to create a custom implementation, right?