#daredevil
1 messages · Page 1 of 1 (latest)
Hello! If possible I recommend not using the Stripe Firebase extension, it doesn't have full support for everything you can do via the API.
Hmm that might be a bit of a problem because of using stripe roles to verify subscriptions and such. Is there no way of doing it with the extension?
So you're trying to create a Checkout Session with the Firebase extension?
Correct
Looks like it only supports trial_from_plan: https://github.com/stripe/stripe-firebase-extensions/blob/98c97775d54fb0be4601864b74d2fe5ce24dab83/firestore-stripe-payments/functions/src/index.ts#L205
so would I effectively use the legacy option to create the trial and then put trial_from_plan: true?
Seems like that would be the only way, yeah.