Firebase mock library for writing unit tests
npm install mockfirebaseMockFirebase 
============
This is an experimental library and is not supported by Firebase
``bash`
$ npm install mockfirebase
`js`
var MockFirebase = require('mockfirebase').MockFirebase;
`bash`
$ bower install mockfirebase
`html`
MockFirebase supports the normal Firebase API plus a small set of utility methods documented fully in the API Reference. Rather than make a server call that is actually asynchronous, MockFirebase allow you to either trigger callbacks synchronously or asynchronously with a specified delay (ref.flush).
* Basic
* Authentication
* Simulating Errors
* Overriding window.Firebase
* Overriding require('firebase')`