react-native-firebase-login-template-typescript icon indicating copy to clipboard operation
react-native-firebase-login-template-typescript copied to clipboard

React Native Login Template with Firebase Authorization and Typescript support.

React Native Firebase Login Template

More templates at ReactNativeMarket.com 💖

How to use?

  1. Download or clone this repo.

  2. Install dependencies.

npm install
// or
yarn install
  1. Go to src/core/config.tsx and replace FIREBASE_CONFIG with your own firebase config.
export const FIREBASE_CONFIG = {
  apiKey: "xxx-yyy-zzz" // etc.
  // rest of your firebase config
};
  1. Run project on iOS / Android.
 npm run ios // npm run android
 // or
 yarn ios // yarn android

Project was created using Expo. If you want standard native project please run following command:

expo eject

Preview

homescreen login register forgot dashboard

Live preview on Expo

Template is available on Expo: https://expo.io/@venits/react-native-firebase-login-template-typescript

Support

In case of any questions or problems, please contact me at: [email protected]

Happy Coding 💖

ReactNativeMarket.com