Best practice to microservices architecture with supabase?
Does anyone have a suggestion what is the best practice to work with Supabase in microservices architecture?
Multiple self-hosted instances (air gapped network
) one for each service.
How I am supposed to work with the Supabase client on the frontend side? create multiple clients?
Multiple self-hosted instances (air gapped network
How I am supposed to work with the Supabase client on the frontend side? create multiple clients?