Adding Supabase later instead of starting with it?
Hey everyone,
I started a Plasmo project initially
--with-nextjs
, now I want to use the Messaging API to communicate with my Supabase REST API, could I follow the docs of Supabase Plasmo afterwards or do I have to start with the --with-supabase
to make this properly work?
Best regards.Solution:Jump to solution
you should be able to add it in later. The --with examples are just quickstarts to get you going
3 Replies
Solution
you should be able to add it in later. The --with examples are just quickstarts to get you going
Yep, thanks, figured this out very soon after. I got Plasmo Next.js, Messanger API, Supabase and Tailwindcss in one package. Currently moving the Supabase handlers and content scripts to it's right place, but it's working!
Gave +1 Rep to @DunkinDeez (current:
#6
- 5
)