|
| 1 | +# Android Java Firebase Login Complete Setup |
| 2 | + |
| 3 | +This example Android application project has the complete and latest login system using Firebase. The Login system uses the firebase-auth library and Email & Password Authentication method. |
| 4 | + |
| 5 | +_*_Features:_*_ |
| 6 | +* Sign Up |
| 7 | +* Sign In |
| 8 | +* Verify Email Address |
| 9 | +* Forgot Password |
| 10 | +* Password Reset (Through Email link) |
| 11 | +* Error View |
| 12 | + |
| 13 | +_*_Notes_*_ |
| 14 | +* Compile SDK Version 29 |
| 15 | +* Build Tools Version 29.0.2 |
| 16 | +* Min SDK Version 16 |
| 17 | +* Target SDK Version 29 |
| 18 | + |
| 19 | +Please don’t forget to create [Firebase Project for Android](https://firebase.google.com/docs/android/setup?authuser=0) and to add the google services json file to your Android project. |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +You can also connect to firebase from Android Studio through [Assistant](https://developer.android.com/studio/write/firebase) tool. |
| 25 | + |
| 26 | +_*Dependencies:*_ |
| 27 | + |
| 28 | +Module |
| 29 | +‘com.google.firebase:firebase-auth:19.0.0’ |
| 30 | + |
| 31 | +Project |
| 32 | +‘com.google.gms:google-services:4.3.2’ |
| 33 | + |
| 34 | + |
| 35 | +_*_Screen Shots:_*_ |
| 36 | + |
| 37 | +https://github.com/Balaviknesh/Android-Java-Firebase-Login-Example/tree/master/%20Firebase%20Login%20Screenshots |
0 commit comments