firebase_auth_desktop 1.0.2 firebase_auth_desktop: ^1.0.2 copied to clipboard
Windows and Linux implementation of firebase_auth
1.0.2 #
- FIX: breaking change from platform interface (#106).
- FIX: add
persistence
parameter fordelegateFor
. (#100).
1.0.1 #
- FIX: FirebaseOptions
fromMap
is no longer available (#90). - FIX: update repository and description in pubspec.
1.0.0 #
- First stable release.
0.2.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: remove macOS support.
0.1.3 #
- FEAT: Github auth provider (#74).
0.1.2 #
- REFACTOR: 🔨 identity toolkit api layer (#61).
- FEAT: OAuth providers support (#65).
- FEAT: support for signInWithCustomToken (#62).
0.1.1 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.1.1-dev.6 #
- FEAT: support for more OAuth providers with WebViews (#48).
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.