https://github.com/alexandr-g/react-native-auth
React Native user authentication with Firebase
https://github.com/alexandr-g/react-native-auth
firebase react react-native
Last synced: 3 months ago
JSON representation
React Native user authentication with Firebase
- Host: GitHub
- URL: https://github.com/alexandr-g/react-native-auth
- Owner: alexandr-g
- Created: 2017-01-15T16:11:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T22:24:56.000Z (over 9 years ago)
- Last Synced: 2025-02-03T14:18:14.862Z (over 1 year ago)
- Topics: firebase, react, react-native
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Screens
## Ho to run project locally?
**0. Clone the repo:**
`git clone https://github.com/alexandr-g/react-native-auth.git`
**1. Install react-native CLI globally** ( for more info on setup steps refer - [React Native Docs](https://facebook.github.io/react-native/docs/getting-started.html) )
`npm install -g react-native-cli`
**2. Install project dependencies:**
`npm i`
**3. Change firebase credentials inside` app.js` -> `firebase.initializeApp`** to yours
**4. To start the project in simulator:**
`react-native run-ios`
**Reference:** this app was build as a part of https://github.com/StephenGrider Udemy course