Need more Supabase capabilities!

Please add more Supabase features! We need to be able to use Supabase Auth and RLS. So far I like your web builder platform much more than others on the market, but this is crucial!

Hi @conner_bloyd,

I’ve voted for your request! :blush:

I used to be in the same boat, really wanting Supabase features in Plasmic. I even considered abandoning Plasmic altogether! But I eventually discovered some straightforward ways to use Supabase authentication and Row-Level Security (RLS) within Plasmic.

What exactly are you trying to achieve? I might be able to offer some helpful advice.

I’ve found two main approaches:

  1. ** A very simple, no-code method. ** This doesn’t require custom hosting, code components, or even Plasmic’s built-in authentication. It essentially replicates the Supabase client-side SDK, but in an even easier, no-code way. You can create your login page and use it to authenticate without the mentioned above. Good for testing ideas fast or if your not going to use cookies, which is how the Supabase client SDK is anyways.

  2. A Next.js-based, server-side method. This approach allows you to use cookies for authentication, but it does require custom hosting. You also wouldn’t need Plasmic’s authentication; you could implement your own login page and authentication logic.

Makki

2 Likes