firebase_auth_desktop 0.1.1-dev.5
firebase_auth_desktop: ^0.1.1-dev.5 copied to clipboard
Desktop implementation of firebase_auth
0.1.1-dev.5 #
- Update a dependency to the latest release.
0.1.1-dev.4 #
- FEAT: Phone Authentication (#40).
- DOCS: Fix typo in README.md (#45).
0.1.1-dev.3 #
Note: This release has breaking changes.
- FEAT: reset password flow (#34).
- FEAT: implement more user methods and properties.
- FEAT: adding updateDisplayName example.
- FEAT: map exceptions between Dart and Platform packages (#27).
- DOCS: README & API docs (#28).
- DOCS: README & comments (#26).
- CHORE: publish packages.
- CHORE: remove old example app code.
- CHORE: publish packages.
- BREAKING REFACTOR: change auth state streams to methods (#33).
0.1.1-dev.2 #
- FIX: pub versions (#20).
- FEAT: implement more user methods and properties.
- FEAT: adding updateDisplayName example.
- FEAT: map exceptions between Dart and Platform packages (#27).
- FEAT: brand new auth example app.
- DOCS: README & API docs (#28).
- DOCS: README & comments (#26).
- CHORE: remove old example app code.
- CHORE: publish packages.
- CHORE: publish packages.
0.1.1-dev.1 #
- FIX: example dependencies.
- FIX: run format & fix analyzer problems.
- FEAT: OAuth Sign In & Link (#14).
- FEAT: User methods (#13).
- CHORE: update example apps dependencies.
- CHORE: update example packages git ref.
- CHORE: bumping flutter constraints.
- CHORE: rename firebase_dart packages.
0.1.1-dev.0 #
- TEST: more tests.
- TEST: user delete tests.
- REFACTOR: move api methods into a seprate internal class.
- 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: idToken refresh method & emulator updates.
- CHORE: example app fixes.
- CHORE: sorting imports and analyzer warnings.
- CHORE: pure dart package.