firebase_auth_dart 0.1.1-dev.2 copy "firebase_auth_dart: ^0.1.1-dev.2" to clipboard
firebase_auth_dart: ^0.1.1-dev.2 copied to clipboard

outdated

TODO

0.1.1-dev.2 #

Note: This release has breaking changes.

  • FIX: idToken unnecessary refresh and authState changes events (#36).
  • FIX: map exception code to match FlutterFire plugins (#31).
  • FEAT: reset password flow (#34).
  • FEAT: implement more user methods and properties.
  • FEAT: map exceptions between Dart and Platform packages (#27).
  • FEAT: example CLI app.
  • DOCS: README & API docs (#28).
  • DOCS: README & comments (#26).
  • CHORE: publish packages.
  • CHORE: publish packages.
  • BREAKING REFACTOR: change auth state streams to methods (#33).
  • BREAKING REFACTOR: read error codes from a map instead of static consts.

0.1.1-dev.1 #

Note: This release has breaking changes.

  • REFACTOR: rename _dart packages.
  • FIX: map exception code to match FlutterFire plugins (#31).
  • FIX: pub versions (#20).
  • FEAT: implement more user methods and properties.
  • FEAT: map exceptions between Dart and Platform packages (#27).
  • FEAT: example CLI app.
  • DOCS: README & API docs (#28).
  • DOCS: README & comments (#26).
  • CHORE: rename firebase_dart packages.
  • BREAKING REFACTOR: read error codes from a map instead of static consts.

0.1.1-dev.0 #

  • TEST: more tests.
  • TEST: idToken is updated on emailUpdate.
  • TEST: user delete tests.
  • TEST: use mock email and password.
  • TEST: unit tests with mocks for idToken.
  • REFACTOR: emulator method name & tests.
  • REFACTOR: move api methods into a seprate internal class.
  • REFACTOR: rename files.
  • REFACTOR: idToken & IdResultToken.
  • REFACTOR: rework idToken flow.
  • REFACTOR: useEmulator methods.
  • FIX: implement desktop user.
  • FEAT: support desktop IdTokenResult.
  • FEAT: initial design of firebase_core_dart (#5).
  • FEAT: persistence & local storage (#4).
  • FEAT: user sendEmailVerification().
  • FEAT: user updateProfile & tests.
  • FEAT: delete user account.
  • FEAT: idToken refresh method & emulator updates.
  • CHORE: rename FirebaseAuthException and extend from core FirebaseException.
  • CHORE: sorting imports and analyzer warnings.
  • CHORE: add explainatory comments to IdToken.
  • CHORE: unit tests for email/password.
  • CHORE: pure dart package.