firebase_dart 0.4.1 copy "firebase_dart: ^0.4.1" to clipboard
firebase_dart: ^0.4.1 copied to clipboard

outdatedDart 1 only

A pure Dart implementation of the Firebase client

Changelog #

0.4.1 #

  • handle messages split in multiple frames (issue #8)

0.4.0 #

  • browser support
  • strong mode

0.3.0 #

  • implement transactions
  • implement onDisconnect
  • bug fixes

0.2.1 #

  • relax dependency on crypto library to '>=0.9.2 <3.0.0'

0.2.0 #

  • implement auth revoke and listen revoke
  • implement startAt and endAt
  • remove failed operations

0.1.0 #

  • Initial version