This repo is proudly sponsored by:

React Native Templates & Starter Kits and Apps for easier start.
https://react-firebase-login-template.web.app
- 
Download or clone this repo.
 - 
Install dependencies.
 
npm install
// or
yarn install- Go to 
src/core/config.jsand replaceFIREBASE_CONFIGwith your own firebase config. 
export const FIREBASE_CONFIG = {
  apiKey: 'xxx-yyy-zzz', // etc.
  // rest of your firebase config
}- Run project on iOS / Android.
 
 npm run ios // npm run android
 // or
 yarn ios // yarn androidIn case of any questions or problems, please contact me at: hello@reactnativemarket.com




