An open API service indexing awesome lists of open source software.

https://github.com/akashjain04/loginapplication_using_firebase

A simple Android Login application using Firebase and Android Studio.
https://github.com/akashjain04/loginapplication_using_firebase

android-application android-studio firebase firebase-auth firebase-authentication java login-system registration-page sign-in sign-up xml

Last synced: 9 months ago
JSON representation

A simple Android Login application using Firebase and Android Studio.

Awesome Lists containing this project

README

          

# 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](output_ss/RegistrationPage.png?raw=true "RegisterActivity")
![Alt text](output_ss/loginPage.png?raw=true "LoginActivity")
![Alt text](output_ss/HomePage.png?raw=true "HomeActivity")

## To connect Firebase to your Android application:-
#### Refer this
> [Connect Firebase using Android Studio](https://firebase.google.com/docs/android/setup)

> [Video Tutorial](https://www.youtube.com/watch?time_continue=4&v=cNPCgJW8c-E&feature=emb_logo)