Architecture
Supabase Integration
How CloudNua Mobile integrates with Supabase for database, authentication, storage, and edge functions.
Supabase Integration
CloudNua Mobile seamlessly integrates with Supabase, a powerful backend-as-a-service (BaaS) solution. Supabase provides a managed PostgreSQL database, offering a secure and scalable foundation for storing your application's data.
Architecture
Supabase architecture diagram showing local Docker setup and cloud deployment — click to enlarge
The local setup of Supabase includes the following components:
- Supabase Local Docker Setup: A local setup of Supabase to be run in Docker, that you can later deploy anywhere.
- Supabase Database: A PostgreSQL database with built-in authentication, row-level security, and real-time capabilities.
- Supabase Storage: Object storage for managing files, images, and media.
- Edge Functions: Serverless functions for handling custom logic, also works as an API.
- Authentication: User management and authentication system using JWT tokens.
This setup allows you to develop and test your application locally before deploying it to the Supabase Cloud.