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
- Host: GitHub
- URL: https://github.com/pranavj1001/authentication
- Owner: pranavj1001
- License: mit
- Created: 2017-10-30T06:28:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T17:30:02.000Z (over 8 years ago)
- Last Synced: 2025-10-06T14:43:26.364Z (9 months ago)
- Topics: es6, firebase, nodejs, react-native
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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