/react-native-auth-example

copy from Progate Mentor (Fahdi Labib)

Primary LanguageTypeScript

Configurations

Update the firebaseConfig.js file with the following configurations:

const firebaseConfig = {
  apiKey: 'api-key',
  authDomain: 'project-id.firebaseapp.com',
  databaseURL: 'https://project-id.firebaseio.com',
  projectId: 'project-id',
  storageBucket: 'project-id.appspot.com',
  messagingSenderId: 'sender-id',
  appId: 'app-id',
  measurementId: 'G-measurement-id',
};

Run the project

To run the project, execute the following command:

npm start
npx react-native run-android