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

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.

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)