/firestation

Firebase admin tool - executes SQL queries against Firebase

Primary LanguageJavaScriptMIT LicenseMIT

Firestation Desktop Client

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

App Downloads

Contribution && Forks

I'll happily accept any and all feedback or contributions. I'm just a hacker who wanted a simpler way to find his data, so if you spot any bugs (I'm sure they're plentiful), please either let me know, or submit a PR.

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