Supercore is a mildly-opinionated Firebase framework that that provides Resource Auditability, a Roles system, and various utilities that make your life a little easier. It lets you focus on the business logic without wasting time on things that should be there out of the box.
Supercore focuses on a single Firestore object, which we call an Entity
.
Entities are auditable and permissionable. That means there's an audit
trail on any changes made to them, and there's a strong system that makes sure
only the right people can make those changes.
yarn install supercore-api
npm install supercore-api
The best way to contribute is to start a conversation or a ticket with your question, feature request, or bug report.
yarn install
npx husky install
yarn run test
- Github is the source of truth
- Each Major release is tracked on the associated Projects page on GH
- Epics are tracked as Milestones