Panahashi Baker is the operator-facing mobile app for the Panahashi platform. It puts your entire bakery operation in your pocket — from accepting new orders and tracking them through the kitchen to managing your product catalog, running promotions, and reviewing daily revenue statistics.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AndrewwCO/Pana-Baker/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Install the app and connect to your backend in minutes.
Core Features
Explore orders, products, promotions, statistics, and more.
Setup & Deployment
Configure Firebase Auth, backend API, and build for the stores.
API Reference
Full reference for every endpoint the app calls.
What Panahashi Baker does
The app is organized around four main tabs that mirror your daily workflow:- Orders — See all active orders in real time, advance them through the kitchen pipeline, and scan customer QR codes to mark pickups complete.
- Products — Manage your full product catalog with pricing, stock levels, images, and availability toggles.
- Statistics — Track revenue, order counts, average ticket, and top products across today and the past week.
- Bakery — Edit your bakery profile, control open/closed status, and manage discount promotions.
How the app connects to your backend
Panahashi Baker is a frontend client — it talks to a separate REST API backend over HTTPS. All data lives on the server; the app is stateless except for the Firebase Auth session token stored securely on-device.You must configure the
API_BASE URL in src/services/api.js and set up Firebase Auth before the app will function. See Configuration to get started.Technology stack
| Layer | Technology |
|---|---|
| Framework | React Native 0.74 + Expo SDK 51 |
| Navigation | React Navigation (bottom tabs + stack) |
| Auth | Firebase Auth with AsyncStorage persistence |
| Camera | Expo Camera + Barcode Scanner |
| Images | Expo Image Picker + Firebase Storage |
| Notifications | Expo Notifications |
| Build | EAS Build (Expo Application Services) |