/RN-LoginWithFirebase

Example of a React Native Login system utilizing Firebase and AsyncStorage

Primary LanguageMakefile

RN-LoginWithFirebase

Example of a React Native Login system utilizing Firebase and AsyncStorage

For this to work correctly, you'll need to create a Firebase database. After creating the database, check the box for Enable Email & Password Authentication on manage> Login & Auth > Enable Email & Password Authentication

After this, run npm install firebase --save from your project in terminal

Finally, replace YOUR-FIREBASE-URL with the url to your Firebase storage. This can be found on:

  • Account.js
  • Login.js
  • SignUp.js