Skip to content

A simple Android Login application using Firebase and Android Studio.

Notifications You must be signed in to change notification settings

akashjain04/LoginApplication_using_Firebase

Repository files navigation

LoginApplication_using_Firebase

A simple Login application using Firebase is built on Android Studio. This project is basically created to demonstrate the usage of firebase with Android Studio.

Application Contains three Activities:

1) Register Activity

2) Login Activity

3) Home Activity

1) Register Activity

Allows users to register an account using thier email id and password. It also contains a link to go back to Login Activity

2)Login Activity

Allows to user to login to thier account. It has a link to reset the password It also has link to Register Activity incase of new user.

3)Home Activity

It has a logout button to logout from the application.

Activity looks similar to:-

Alt text Alt text Alt text

To connect Firebase to your Android application:-

Refer this

Connect Firebase using Android Studio

Video Tutorial