https://github.com/jaspero/firebase-utilities
A collection of utilities for firebase
https://github.com/jaspero/firebase-utilities
firebase firebasestorage firestore javascript
Last synced: 3 months ago
JSON representation
A collection of utilities for firebase
- Host: GitHub
- URL: https://github.com/jaspero/firebase-utilities
- Owner: Jaspero
- License: mit
- Created: 2019-10-27T18:03:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-29T07:32:30.000Z (3 months ago)
- Last Synced: 2026-03-29T10:30:15.311Z (3 months ago)
- Topics: firebase, firebasestorage, firestore, javascript
- Language: JavaScript
- Size: 111 KB
- Stars: 1
- 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 Utilities
## How to use
1. For most scripts you need to add a service account in to `accounts/` call it `[name].account.json`
2. Set needed environment variables (a list for each script cen be found in the associated readme file)
3. Run `npm i` in the folder of script you want to run
4. Run `node index.js` in the folder of the script you want to run
## Available Scripts
- [Generate Thumbs](scripts/generate-thumbs)
- [Remove Thumbs](scripts/remove-thumbs)
- [Build Indexes](scripts/build-indexes)