Skip to content

Latest commit

 

History

History
88 lines (50 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

88 lines (50 loc) · 2.36 KB

0.8.2

  • Made userChanges and authStateChanges fire null on startup when signed out.
  • Turned userChanges and authStateChanges into broadcast streams so they can be listened to more than once.
  • Added providerData in MockUser. Thanks kornperkus!

0.8.1

  • Implemented FirebaseAuth.userChanges. Thanks mazzonem!
  • Implemented User.updateDisplayName. Thanks oudehomar!
  • Implemented FirebaseAuth.fetchSignInMethodsForEmail. Thanks ketanchoyal!

0.8.0

  • Updated dependency to firebase_auth ^3.0.0.
  • Implemented User.reload().

0.7.1

  • Implement User.metadata. Thanks mazzonem!

0.7.0

  • Removed dependency to Mockito.
  • Updated dependency to firebase_auth ^1.3.0.

0.6.0

  • Migrated to null safety. Thanks YusufAbdelaziz!
  • Updated dependency to firebase_auth ^1.0.1. Thanks zariweyo!

0.5.2

  • Typed the arguments of MockUser's constructor. Thanks YusufAbdelaziz!

0.5.1

  • Support for signInWithPhoneNumber.

0.5.0

Breaking change:

  • Require supplying a MockUser instead of returning 'Bob'. Thanks PieterHartzer!

Refer to README.md on how to use it.

0.4.0

  • Updated dependency to firebase_auth ^0.20.0+1. Thanks Aanu1995!

0.3.2

  • Support the newer authStateChanges() on top of the deprecated get onAuthStateChanged. Thanks gallrein!

0.3.1

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

0.3.0

  • Support the breaking changes of firebase_auth 0.18.0+1.
  • Removed 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.