https://github.com/motasimfoad/ignite-react-native-firebase-native-base-authentication
A simple firebasebase Email-Password auth including ignite, nativebase, firebase
https://github.com/motasimfoad/ignite-react-native-firebase-native-base-authentication
android authentication firebase ios nativebase react-native
Last synced: about 1 year ago
JSON representation
A simple firebasebase Email-Password auth including ignite, nativebase, firebase
- Host: GitHub
- URL: https://github.com/motasimfoad/ignite-react-native-firebase-native-base-authentication
- Owner: motasimfoad
- Created: 2017-03-30T17:12:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T17:48:54.000Z (about 9 years ago)
- Last Synced: 2025-01-24T12:14:15.706Z (about 1 year ago)
- Topics: android, authentication, firebase, ios, nativebase, react-native
- Language: JavaScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ignite-react-native-firebase-native-base-Authentication
A simple firebasebase Email-Password auth including ignite, nativebase, firebase
Includes :
1- Simple Authentication app for both android and ios.
2- Using ignite, firebase(email & password), native-base.
Installation :
1 - create a React-native project
react-native init rnAuth
2 - cd rnAuth
3 - Download the index.ios/android and replace it with this one.
4 - Download and replace package.json file
5 - Download all the directory
6 - npm install native-base --save
7 - react-native link
8 - npm install --save firebase
9 - ignite attach
10 - npm install
11 - react-native run-ios or react-native run-android