/firebase-auth-sample

a sample implementation of firebase auth with email+password & facebook login

Primary LanguageJavaMIT LicenseMIT

firebase-auth-sample


Contoh implementasi firebase auth. Silahkan cek develop branch untuk kode lebih lengkap. master branch hanya untuk project skeleton tanpa contoh implementasi Firebase.

See the complete description on slideshare!

<iframe src="//www.slideshare.net/slideshow/embed_code/key/2gVEfsPM9VBPYV" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
Firebase Auth Tutorial from Bukhori Aqid

Or view the more high resolution presentation here

Prerequisites

  1. Firebase console account
  2. Add Firebase to your Android Project : https://firebase.google.com/docs/android/setup
  3. Register Facebook App : https://developers.facebook.com

How to Run

  1. Clone the repository
  2. Change json values
  3. Change facebook ID
  4. Run the app

Important Classes & Methods

  • AuthActivity.java
  • LoginFragment.java
  • RegisterFragment.java
  • ForgotPasswordFragment.java

-- Credits :