0
0
Supabasecloud~5 mins

Supabase architecture (Postgres, Auth, Storage, Realtime, Edge Functions) - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the role of Postgres in Supabase architecture?
Postgres is the main database in Supabase. It stores all your app data in tables and supports SQL queries. It is reliable and open-source.
Click to reveal answer
beginner
How does Supabase Auth help your application?
Supabase Auth manages user sign-up, sign-in, and security. It handles passwords, social logins, and tokens to keep users safe.
Click to reveal answer
beginner
What is Supabase Storage used for?
Storage in Supabase lets you save and serve files like images, videos, or documents. It works like a simple cloud folder for your app.
Click to reveal answer
intermediate
Explain the purpose of Supabase Realtime.
Realtime allows your app to get live updates from the database. When data changes, your app sees it instantly without refreshing.
Click to reveal answer
intermediate
What are Edge Functions in Supabase?
Edge Functions are small pieces of code that run close to users. They let you add custom backend logic quickly and securely without managing servers.
Click to reveal answer
Which component in Supabase handles user login and security?
AStorage
BAuth
CPostgres
DRealtime
What type of database does Supabase use?
APostgres
BMongoDB
CSQLite
DMySQL
Supabase Storage is best used for storing:
ASQL queries
BUser credentials
CApp files like images and videos
DRealtime data streams
What does Supabase Realtime provide?
AFile storage
BDatabase backups
CUser authentication
DLive updates when data changes
Edge Functions in Supabase are:
AServerless backend code running near users
BUser login pages
CDatabase tables
DFile upload tools
Describe the main components of Supabase architecture and their roles.
Think about how each part helps build a full app backend.
You got /5 concepts.
    How does Supabase Realtime improve user experience in an app?
    Imagine chatting or live feeds without delays.
    You got /3 concepts.