Firebase Simple Authentication Application

A simple android app developed with firebase.

Prerequisites

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
}

Deployment

Add additional notes about how to deploy this on a live system

Built With