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

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

Awesome Lists containing this project

README

          

# Screens


SingUp
LogOut
AuthFailed

## 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