- Breaking Change: Method currentUser is async now.
- Added support for signInWithFacebook
- Updated to Firebase SDK to always use latest patch version for 11.0.x builds
- Updated to Firebase SDK Version 11.0.1
- Breaking Change: You need to add a maven section with the "https://maven.google.com" endpoint to the repository section of your
android/build.gradle
. For example:
allprojects {
repositories {
jcenter()
maven { // NEW
url "https://maven.google.com" // NEW
} // NEW
}
}
- Add method getToken() to FirebaseUser
- Updated README.md
- Added support for createUserWithEmailAndPassword, signInWithEmailAndPassword, and signOut Firebase methods
- Updated README.md
- Bump buildToolsVersion to 25.0.3
- Initial Release