Skip to content

Files

Latest commit

9d7d887 · Sep 16, 2019

History

History
37 lines (24 loc) · 1.16 KB

File metadata and controls

37 lines (24 loc) · 1.16 KB

alt text

Android Java Firebase Login Complete Setup

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.

Features:

  • Sign Up
  • Sign In
  • Verify Email Address
  • Forgot Password
  • Password Reset (Through Email link)
  • Error View

Notes

  • Compile SDK Version 29
  • Build Tools Version 29.0.2
  • Min SDK Version 16
  • Target SDK Version 29

Please don’t forget to create Firebase Project for Android and add the google services json file to your Android project.

https://imgur.com/Zc9RV3s

You can also connect to firebase from Android Studio through Assistant tool.

Dependencies:

Module ‘com.google.firebase:firebase-auth:19.0.0’

Project ‘com.google.gms:google-services:4.3.2’

Screen Shots