Specials
Promotions and limited-time offers shown on your website.
Gallery
Photo management for your restaurant website.
Coming Soon
Photo gallery management is currently in development and will be available in an upcoming update.
Gallery uploads, captions, and ordering — all in one place.
Categories
Define the menu categories shown on your restaurant website.
Menu Categories
Drag to reorder — changes save automatically
Business Hours
Set your weekly open and close times.
Contact & Location
Info displayed across your website and in search results.
Restaurants
All clients on the TableOS platform.
Total Restaurants
—
Active
—
Suspended
—
Monthly Revenue
—
Restaurant
Owner Email
Status
Plan
Actions
Platform Settings
TableOS configuration and Firebase setup.
Firebase Configuration
Firestore Data Structure
1
Multi-tenant collection path
All restaurant data lives under
restaurants/{restaurantId}/. Each restaurant's data is fully isolated.2
Sub-collections per restaurant
menu · specials · gallery · info (with docs hours and contact)3
Security rules
Set rules so
request.auth.uid == restaurantId — each user can only access their own restaurant's data.4
Super admin role
Store
role: "superadmin" in users/{uid} document to grant full platform access.