Documentation
Build complete Fireclass workflows for Express, React, Next.js, testing, and legacy migration.
These guides start after Firebase and Fireclass installation. Each framework walkthrough builds a working read/write flow and identifies the runtime boundary that must remain secure.
| Guide | Result | Example application |
|---|---|---|
| Express CRUD | Validated REST CRUD API using Firebase Admin | Express example |
| React realtime | Live Todo UI using client Firestore subscriptions | React example |
| Next.js App Router | Server reads, Server Actions, and RSC-safe serialization | Next.js example |
| Guide | Use it when |
|---|---|
| Testing with FakeAdapter | Model behavior should run without Firebase or an emulator. |
| Migrate from the legacy package | Moving from deprecated @dharayush7/fireclass to the v2 runtime packages. |
Complete the Prerequisites and the framework's setup page first:
Run the local configuration check after installation:
npx fireclass doctorThe guides use model decorators imported directly from the selected SDK. Local
Fireclass entry files expose only initialized values such as BaseModel,
adapter, and React hooks.