Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottlepp/fire-drill
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase data
https://github.com/scottlepp/fire-drill
angular angular-cli angular-material angular8 firebase firebase-auth firebase-data firebase-firestore
Last synced: 9 days ago
JSON representation
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase data
- Host: GitHub
- URL: https://github.com/scottlepp/fire-drill
- Owner: scottlepp
- License: mit
- Created: 2018-09-22T19:12:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T15:08:23.000Z (about 1 month ago)
- Last Synced: 2024-10-21T01:10:21.829Z (19 days ago)
- Topics: angular, angular-cli, angular-material, angular8, firebase, firebase-auth, firebase-data, firebase-firestore
- Language: TypeScript
- Homepage: https://firedrill-74829.web.app/
- Size: 2.22 MB
- Stars: 65
- Watchers: 4
- Forks: 16
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-firebase - FireDrill - 당신의 Firebase 데이터를 찾기, 편집, 추가, 제거, 가져오기, 내보내기 및 보고를 할 수 있습니다. (기타 / iOS)
README
# FireDrill - Power Tool for Firebase
Find, Edit, Add, Remove, Import, Export, and Report on your Firebase data
[Demo](https://firedrill-74829.web.app/)
#### Find: [How to Connect and Query Firebase Data](https://dev.to/scottlepp/introducing-firedrill---power-tools-for-firebase-g9f)
#### Edit, Add, Remove, Import, Export: [How to Edit Firebase Data](https://dev.to/scottlepp/super-easy-firebase-data-editing-with-firedrill-4j9d)
#### Reporting: [Tables and Reports](https://dev.to/scottlepp/firebase---tables--reports-4ibh)
#### [Bulk Updates](https://dev.to/scottlepp/firebase-bulk-updates-with-firedrill-1e5g)
#### Generating code: [Generating HTML/Angular Material Forms](https://dev.to/scottlepp/generating-beautiful-html-forms-with-firedrill-3hgp)
## Setup/Run Locally - This project uses Angular 11+ and Angular Material
### Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
### Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
### Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
### Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
### Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
### Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).