See README.md for further details.
- New Basic functionality:
signInWithEmailAndPassword({@required String email, @required String password})
- Fix: Ensure Anonymous Users get correctly reported from
UserStorage
- Fix: Added
proguard-rules.pro
to disable unused file removal for the plugin in relase mode.
- Fix: Bug where the current user was not set before returning success.
- New Basic functionality:
getIdToken()
- Complete rewrite to support the new FlutterFire structure.
- New Basic functionality:
signInAnonymously()
signInWithCustomToken({@required String token})
get onAuthStateChanged
signOut()
- Initial public release
- Basic functionality:
currentUser()
signInWithCustomToken({@required String token})
signInWithEmailAndPassword({@required String email, @required String password})
get onAuthStateChanged
signOut()