https://github.com/esafirm/firebase-fireup
CLI app to upload and manage your Firebase Storage objects
https://github.com/esafirm/firebase-fireup
cli firebase firebase-storage
Last synced: 2 months ago
JSON representation
CLI app to upload and manage your Firebase Storage objects
- Host: GitHub
- URL: https://github.com/esafirm/firebase-fireup
- Owner: esafirm
- License: mit
- Created: 2021-07-12T12:49:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T12:55:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T07:32:51.652Z (over 1 year ago)
- Topics: cli, firebase, firebase-storage
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

## Firebase Fireup
> Simple library and CLI tools to upload your files to Firebase storage.
There's two versions of this library, Python and Go.
The reason is that I have a problem installing the Python version of the library to Alpine. That's why the Go version
exists, we just need to build it to a single binary and copy it in a docker file.
Therefore, I won't maintain the Python version of the library, but since the functionality is already complete, I'm not gonna remove it soon.
## License
MIT @ [Esa Firman](https://github.com/esafirm)