https://github.com/souravinsights/emailauthenticationapp
This is a simple email authentication Android App which uses firebase-auth.
https://github.com/souravinsights/emailauthenticationapp
android android-application android-studio email-authentication email-autocomplete firebase firebase-auth
Last synced: about 2 months ago
JSON representation
This is a simple email authentication Android App which uses firebase-auth.
- Host: GitHub
- URL: https://github.com/souravinsights/emailauthenticationapp
- Owner: SouravInsights
- License: mit
- Created: 2018-03-10T07:29:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T14:43:28.000Z (over 8 years ago)
- Last Synced: 2025-03-11T09:54:38.441Z (over 1 year ago)
- Topics: android, android-application, android-studio, email-authentication, email-autocomplete, firebase, firebase-auth
- Language: Java
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EmailAuthenticationApp
This repository contains the source code of a simple **Email Authentication Android App** which uses **Firebase-auth.** Firebase Authentication
provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. It supports authentication
using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more. In case you do't know what
is Firebase Auth.
**This repo is completely open sourced and licensed under MIT License.** Check the [LICENSE.md](https://github.com/SouravInsights/EmailAuthenticationApp/blob/master/LICENSE.md) file for more information.
## Prerequisites
1. Latest version of Android Studio
2. Complie SDK version: API 26: Android 8.0 (Oreo)
## How to Setup in your local machine?
First, Clone or Download repo then go to Android Studio and import the project. Also set the API level to 26 in project structure.
Then run the project, if you find any errors feel free open an issue.
## Built with
* Android Studio
* Firebase
## License
This project is completely licensed under MIT License.** Check the [LICENSE.md](https://github.com/SouravInsights/EmailAuthenticationApp/blob/master/LICENSE.md)