계층 Firebase PaaS Supabase PaaS Node.js/Express + PostgreSQL (Self or IaaS)
가격 Free Tier 일부 무료 → 월 $10~ Free Tier 일부 무료 → 사용량 과금 직접 서버 유지 (전기/서버비)
서버 관리 무설치 무설치 직접 관리 (OS/패치/보안)
인프라 확장성 Functions/Hosting Auto Scale PostgreSQL, Edge Functions Auto Scale Docker Swarm/K8s 직접 설정
모니터링 Firebase Console, Stackdriver Supabase Dashboard Logtail, Datadog, Prometheus
배포/Hosting Firebase Hosting (CDN) Supabase Functions + Vercel/Netlify 연계 Docker 이미지 + EC2, GCP, K8s
백엔드 런타임 Node.js Functions Deno Edge Functions Node.js Express
서버리스 Functions (HTTP/Schedule) Edge Functions (HTTP) AWS Lambda, Vercel Functions
DB Firestore, Data Connect PostgreSQL + Supabase Realtime PostgreSQL
ORM/접근 Firebase SDK Supabase Client (PostgREST) Prisma, Knex.js
LLM 연동 Functions REST Edge Functions REST Express 직접 호출
실시간 Firestore Supabase Realtime Socket.IO, Hasura
인증 Firebase Auth Supabase Auth NextAuth.js, Auth0
권한 Security Rules RLS, SQL Policy RBAC/Middleware
파일 저장소 Firebase Storage Supabase Storage AWS S3, MinIO
프론트엔드 Next.js + React Next.js + React Next.js + React
텍스트 에디터 Tiptap Tiptap Slate.js, ProseMirror 등