Skip to content

Releases: FirebaseExtended/firechat

v3.0.1

30 Aug 23:38
Compare
Choose a tag to compare
  • Fixed race condition which led to a Firebase write exception due to a null session ID.
  • Fixed issue where the logged in user's name would not be updated when it changed on a different client (thanks to @oddui).

v3.0.0

29 Aug 22:01
Compare
Choose a tag to compare
  • Upgraded the firebase dependency to 3.x.x (thanks to @cmosguy). No Firechat APIs have changed, but Firechat will no longer work with the Firebase 2.x.x SDK. See the web migration guide for detailed instructions on how to upgrade to the Firebase 3.x.x SDK.
  • Fixed an issue where onDisconnect() operations were not properly restored upon regaining a connection to the Firebase Database (thanks to @oddui).

v2.0.1

11 Nov 21:42
Compare
Choose a tag to compare
  • Added Firechat to the Firebase CDN and published it to Bower.

v2.0.0

06 Nov 22:37
Compare
Choose a tag to compare
  • Upgraded the firebase dependency to 2.0.x.
  • Replaced auth.id with auth.uid in the Security Rules.

v1.0.0

16 Sep 06:13
Compare
Choose a tag to compare
  • Updates to documentation, warnings, etc.

v0.1.6

07 Sep 23:28
Compare
Choose a tag to compare
  • Fixed namespace collision with Twitter Bootstrap's dropdown / tab modules.

0.1.5

18 Feb 20:24
Compare
Choose a tag to compare
  • Fixed a bug which prevented the "Accepted" box from closing after accepting a private invite.

0.1.4

01 Nov 22:32
Compare
Choose a tag to compare
  • Fixed an issue when trying to edit the presence state of an unauthenticated user.

0.1.3

14 Aug 16:46
Compare
Choose a tag to compare
  • Fixed issue impacting moderator suspensions due to improper usage of Firebase.ServerValue.TIMESTAMP.

0.1.2

07 Jul 23:43
Compare
Choose a tag to compare
  • Allowed reading chat messages and viewing user lists when unauthenticated.