https://github.com/fbjorn/stora
GUI client for Firestore emulator
https://github.com/fbjorn/stora
firestore gui gui-client
Last synced: about 20 hours ago
JSON representation
GUI client for Firestore emulator
- Host: GitHub
- URL: https://github.com/fbjorn/stora
- Owner: fbjorn
- Created: 2021-06-08T06:42:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T09:00:26.000Z (about 4 years ago)
- Last Synced: 2025-05-19T14:17:04.752Z (5 months ago)
- Topics: firestore, gui, gui-client
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stora - Firestore GUI Client
## Motivation
We use Google's Firestore as a main database on our work. It provides
some emulator to run DB locally. Unfortunately, I failed to find
a convenient GUI tool for browsing data in Firestore. They're either
don't support emulator at all, or inconvenient, or paid.So I decided to reinvent the wheel.
## Development
```shell
pre-commit install
poetry installpoetry run invoke compile-ui
poetry run invoke stora
```Please use QtDesigner for layout modifications.
```shell
poetry run invoke designer
```