• Stars
    star
    140
  • Rank 260,525 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Firebase admin tool - executes SQL queries against Firebase

Firestation Desktop Client

Firestation is a Firebase admin tool that executes SQL queries against Firebase databases.

App Downloads

Up and Running

  • Note: requires a node version >= 6 and an npm version >= 3.
git clone https://github.com/JoeRoddy/firestation.git
cd firestation && npm install
npm run dev

Firestore

Firestore support is currently in development. To try it out:

git clone https://github.com/JoeRoddy/firestation.git
cd firestation
git checkout projectRevamp
npm install
npm start