# Clone the application
$ git clone https://github.com/kirankumargonti/expense-tracker-react-native.git
# Install dependencies
$ npm install
or
$ expo install
# Run application
$ npm start
or
$ expo start
-
Create a Project and add Firebase Configuration to firebase.js file it looks like this
const firebaseConfig = { apiKey: "", authDomain: "", databaseURL: "", projectId: "", storageBucket: "", messagingSenderId: ": "", measurementId: "" };
- Goto Authentication tab left side of your project Dashboard
- Enable Email / Password Authentication to your project
-
Goto Firestore tab left side of your project Dashboard
-
Create a Firestore database
# Login to Expo
$ expo login
# Run build
$ expo build:android
# Initialize your firebase project
$ firebase init
# Make sure to choose your package name
# Make sure to choose your package apk
# Follow the reaming steps
# Download your android apk fro your expo dashboard