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.js
and replaceFIREBASE_CONFIG
with 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 android
In case of any questions or problems, please contact me at: hello@reactnativemarket.com