basejump
basejump copied to clipboard
Teams, personal accounts, permissions and billing for your Supabase app
Hello, thank you for this incredible work!! I have a question, I am currently developing a web app where all the data from my various Supabase tables is linked to...
Hi, so I am confused how to use the RPC methods to get the account info. What I'm trying to do is just have a single function to get the...
The example on this page shows the page accessing `data.email` from the `get_personal_account` RPC response: https://usebasejump.com/docs/react/user-account-button. For context i'm using the RSC example. When in fact the response does not...
Slugify function updated to: - change accent characters to their latin equivalent using [unaccent extension](https://www.postgresql.org/docs/9.6/unaccent.html) - trim leading and trailing whitespaces
Hi all, when installing @usebasejump/react in a project with vite, it looks like there's some issues with the npm package that causes the import to fail. **Error: (when importing anything...
Creating default subscription isn't working since blank defaultPlanId and defaultTrialDays are passed into the getBillingStatus function instead of using the ones passed into the stripeFunctionHandler. Also added price_id to the...
Hey all, thanks for building this library! I'm currently doing something like this: - User signs up with some provider (Google for example) - We create a team account for...
This isn't working yet, creating a PR to show an issue to the dbdev team which may end up being my fault :)
Hi there, First, thanks for the great library! I'm try to follow the hardening guide by supabase: https://supabase.com/docs/guides/database/hardening-data-api Is there a way to tell basejump to use another schema than...
Hello, first of all I want to thank you for creating basejump. It seems really well-made. I noticed that the command `npx @usebasejump/cli@latest generate table` creates tables with uuid for...