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

https://github.com/pranavj1001/authentication

Ready to use Authentication for any React-Native Application
https://github.com/pranavj1001/authentication

es6 firebase nodejs react-native

Last synced: 3 months ago
JSON representation

Ready to use Authentication for any React-Native Application

Awesome Lists containing this project

README

          

# Authentication
Ready to use Authentication for any React-Native Application

Hey there,

Authentication is used in almost all applications nowadays.
This repo contains a ready-to-use Authentication for your next/existing **React Native** application.
It uses **Firebase** for Authentication.

Users can login/signup from a single form. Text Input is checked before Authenticating the user.
Error is shown to the user if there's an error.

Also, after logging in the user, the user is to taken to another page where the user gets the option to logout.

## ScreenShot



## To get started

1. Download or clone this repo
2. Make sure you have node, react-native cli tools installed on your machine
3. cd to your project folder
4. Run this command to install all the dependencies
```npm install```
5. Run this command to startup the app
```react-native run-ios``` or ```react-native run-android```

**Note**: The above mentioned guide has been tried and tested on mac. However, the same guide should also work on windows machines.

## Queries?

email me at pranavj1001@gmail.com

## License

MIT License