A plugin for deploying your DoneJS application to Firebase.
To add this generator to your DoneJS application, run
donejs add firebase To make changes to this generator, clone the repository and install the dependencies
git clone git@github.com:donejs/donejs-firebase.git cd donejs-firebase npm install Then you can run the tests with
npm test