yashovardhan / auth

A simple app made using React Native & Firebase to test out authentication of user using Email ID & Password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth

A simple app made using React Native & Firebase to test out authentication of user using Email ID & Password.

Running the app in your system

  1. Install React Native into your system
  2. Clone the repository onto your local environment:
git clone https://github.com/yashovardhanagrawal/auth.git
  1. Install the dependencies using:
npm install

or

yarn install
  1. Run the following command from inside your project directory
react-native run-android //for running on android simulator/device

or

react-native run-ios //for running on iOS simulator on MacOS

About

A simple app made using React Native & Firebase to test out authentication of user using Email ID & Password.


Languages

Language:JavaScript 51.3%Language:Objective-C 28.5%Language:Python 11.2%Language:Java 9.0%