Integrating Plasmic auth and Supabase schema.

Hi, how would I go about integrating the Plasmic built-in auth with my Supabase database schema. For simplicity reasons, I am thinking about using the Plasmic auth for my app but I need user information connected to my Supabase tables so that I can create relationships. Is this possible or will I have to set up a custom auth with Supabase authentication?

It’s possible. The supabase example app in the docs works this way.

Thanks, I’ll check out that example. Is there also an example/tutorial using the Supabase auth? I was reading that my app has to be self-hosted for that to work. Is this still the case?

Could you point me to the file you mentioned? I can only find example files with Supabase Auth…