Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Releases: urish/firebase-server

0.10.0

11 May 15:30
Compare
Choose a tag to compare

0.9.1

16 Feb 21:25
Compare
Choose a tag to compare
  • Fix: CLI fails to start on Mac OS X (#80)

0.9.0

06 Feb 10:04
Compare
Choose a tag to compare
  • Update targaryen dependency to 2.3.3 (#76, contributed by bmcbarron)
  • Add CLI data / file parameters (#78, contributed by mediavrog)

0.8.1

29 Jan 12:35
Compare
Choose a tag to compare
  • Fix dropped listener callbacks for null nodes (#75, contributed by bmcbarron)

0.8.0

22 Jan 08:45
Compare
Choose a tag to compare
  • Specify firebase client library as a dependency (#71, contributed by crowdcst)
  • Fix compatibility with Android client (path) (#74, contributed by dotdoom)

0.7.1

28 Nov 21:08
Compare
Choose a tag to compare
  • Fix deprecation warning with Firebase 3.6.x (#68, contributed by mironal)
  • Fix broken unit tests with Firebase >= 3.3.0

WS Dependency version bump

13 Aug 11:31
Compare
Choose a tag to compare
  • Upgrade ws dependency to 1.1.1 (latest version)

Firebase 3.0 support

22 Jun 19:33
Compare
Choose a tag to compare
  • Switch to Firebase 3.x. For firebase 2 support, use version 0.5.4 (#51, contributed by nfarina)

Bugfix release

08 Mar 23:33
Compare
Choose a tag to compare
  • Bugfix: large JSON messages spanning over several websocket frames cause errors (#39, contributed by abhishekgahlot)

firebase-server CLI

03 Feb 20:05
Compare
Choose a tag to compare
  • Add a firebase-server command line tool (CLI). Usage example:

    firebase-server -p 5555
    

    See README for details.