(no title)
agreeahmed | 3 months ago
Instead of having to implement all that yourself, you just read the latest billing and entitlement state for each of your customers from Flowglad:
const billing = flowglad(user.id).getBilling()
const hasFastGen = billing.checkFeatureAccess(‘fast_generations’)
jedberg|3 months ago
What are you using to manage your workflows on your backend?
agreeahmed|3 months ago