Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 749 Bytes

0.3.1

  • Support User.isAnonymous.
  • Support User.email.

0.3.0

  • Support the breaking changes of firebase_auth 0.18.0+1.
  • Remove signInWithEmailAndLink since it's not part of the API anymore.

0.2.1

  • Added support for signInAnonymously and signOut. Thanks shepeliev!

0.2.0

  • Upgraded firebase_auth dependency to ^0.16.0.

0.1.3

  • Added support for signInWithEmailAndPassword, signInWithEmailAndLink and signInWithCustomToken.
  • Documented supported features

0.1.2

  • Implemented MockFirebaseUser.getIdToken(). Thanks dfdgsdfg!

0.1.1

  • Upgraded firebase_auth dependency to ^0.15.2.

0.1.0

  • Initial version.