An open API service indexing awesome lists of open source software.

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

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)