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.
- Host: GitHub
- URL: https://github.com/akashjain04/loginapplication_using_firebase
- Owner: akashjain04
- Created: 2020-02-18T04:24:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T12:31:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T19:22:26.059Z (10 months ago)
- Topics: android-application, android-studio, firebase, firebase-auth, firebase-authentication, java, login-system, registration-page, sign-in, sign-up, xml
- Language: Java
- Homepage:
- Size: 327 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:-



## 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)