A simple android app developed with firebase.
Adding the gradle file FirebaseAuth & FirebaseCore
android {
// ...
}
dependencies {
// ...
compile 'com.google.firebase:firebase-core:10.2.1'
compile 'com.google.firebase:firebase-auth:10.2.1'
// Getting a "Could not find" error? Make sure you have
// the latest Google Repository in the Android SDK manager
}
Add additional notes about how to deploy this on a live system