Mason reusable bricks.
| name | description |
|---|---|
functions_api |
Scaffolds a modular CRUD API layer for Firebase Cloud Functions, inspired by the NestJS structure. |
rules_template |
Creates a rules template for Firebase Firestore security rules. |
To add a brick, use any of the following commands:
# add from git url
mason add <BRICK_NAME> --git-url https://github.com/fbardecio/bricks --git-path path/to/<BRICK_NAME>
# add from git url (global)
mason add -g <BRICK_NAME> --git-url https://github.com/fbardecio/bricks --git-path path/to/<BRICK_NAME>
# example to add flutter_package brick
mason add -g functions_api --git-url https://github.com/fbardecio/bricks --git-path functions_apiNote: Be sure to replace <BRICK_NAME> with one of the bricks mentioned