firebase_auth_dart 0.1.1-dev.0
firebase_auth_dart: ^0.1.1-dev.0 copied to clipboard
TODO
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 flutterfire_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.