-
Updated
Dec 4, 2020 - TypeScript
supabase
Here are 7 public repositories matching this topic...
Feature request
Is your feature request related to a problem? Please describe.
When you deploy the starter it doesn't have any products and prices because the Stripe account doesn't have any.
Describe the solution you'd like
Create a fixture json file to bootstrap some products & prices: https://stripe.com/docs/cli/fixtures
Improve this page
Add a description, image, and links to the supabase topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the supabase topic, visit your repo's landing page and select "manage topics."


Feature request
Allow specifying return=minimal for
insert. Right nowreturn=representationis the default.See: https://github.com/supabase/postgrest-js/blob/master/src/lib/PostgrestQueryBuilder.ts#L58
Context
When
return=representationis specified, PostgREST generates aINSERT INTO ... RETURNING.The `RETUR