Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brokeboiflex/firebuster

A commandline utility for Firebase made in Node.js
https://github.com/brokeboiflex/firebuster

auth firebase nodejs

Last synced: about 2 months ago
JSON representation

A commandline utility for Firebase made in Node.js

Awesome Lists containing this project

README

        

#Usage
1. Download dependencies using npm with `npm i`
2. Initialize Firebase Admin with Service Account
Go to Firebase Console > Project Settings > Service accounts, and generate a new private key. Download the .json file and save it in `service-keys` folder.
3. Run the program using `npm start`

#Todos
1. Flags: In the future the program will be runable with flags as well as prompts
2. Batch commands: Option to perform the same action for multiple accounts