https://github.com/FirebaseGoodies/firestore-manager
:fire: [WIP] Manage your firestore databases in ease
https://github.com/FirebaseGoodies/firestore-manager
angular firebase firestore firestore-database web-extension
Last synced: 5 months ago
JSON representation
:fire: [WIP] Manage your firestore databases in ease
- Host: GitHub
- URL: https://github.com/FirebaseGoodies/firestore-manager
- Owner: FirebaseGoodies
- License: mpl-2.0
- Created: 2019-11-20T20:33:26.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-07T08:20:31.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T13:20:00.739Z (9 months ago)
- Topics: angular, firebase, firestore, firestore-database, web-extension
- Language: TypeScript
- Homepage: https://firebasegoodies.github.io/firestore-manager
- Size: 21.9 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-morocco - Firestore Manager - dev/firestore-manager.svg?style=social)](https://github.com/AXeL-dev/firestore-manager/stargazers) - Manage your firestore databases in ease. by [@AXeL](https://github.com/AXeL-dev) (Uncategorized / Uncategorized)
README
#
Firestore Manager
[](https://addons.mozilla.org/firefox/addon/firestore-manager/?src=external-github-shield-downloads)
[](https://addons.mozilla.org/firefox/addon/firestore-manager/?src=external-github-shield-downloads)
[](https://addons.mozilla.org/firefox/addon/firestore-manager/statistics/)
[](https://addons.mozilla.org/firefox/addon/firestore-manager/reviews/)
[](https://www.paypal.me/axeldev)
[](https://hits.seeyoufarm.com)A simple, fast and intuitive web-extension to manage firestore databases, made with [Angular](https://github.com/angular).

:warning: This project is still work in progress & may not be suited for production use.
## Features
- Easily Add/Clone/Rename/Delete/Filter collections & documents.
- 3 editing modes (thanks to [jsoneditor](https://github.com/josdejong/jsoneditor) project).
- Powerful diff viewer (using [diff-match-patch](https://github.com/google/diff-match-patch) & [diff2html](https://github.com/rtfpessoa/diff2html)).
- JSON export/import.
- Firebase Authentication Support (Anonymous, email & password, JWT token).
- [Experimental] Databases Auto Backup (webextension only).## Installation
[](https://addons.mozilla.org/firefox/addon/firestore-manager/?src=external-github-download)
[](https://github.com/FirebaseGoodies/firestore-manager/releases)Or [try it as a web application](https://firebasegoodies.github.io/firestore-manager/manager).
[How to install?](https://github.com/AXeL-dev/install-webextension)
## Tips
![]()
![]()
Right click on any collection or document name to get more options
Move collections using drag-n-drop
![]()
Use the json editor menu options to perform actions like auto-fix json errors, fix alignment, undo/redo changes, ...
## Todo
- [x] Translations
- [x] Add collections filter (field - operator - value)
- [ ] Refactor long components code (create a module for each main component)
- [ ] Handle sub-collections
- [ ] Add unit tests## 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.
## 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.
## Package
Make sure you have the following package installed `npm install -g web-ext`. Then run:
```
npm run build && npm run package
```## Deploy on github pages
Make sure you have the following package installed `npm install -g angular-cli-ghpages`. Then run:
```
npm run build:github && npm run deploy:github
```## License
Firestore Manager is licensed under the [MPL2](LICENSE) license.