An Ionic App backed by Firebase database meant for tracking Expenditure (beginners)
ionic build ios
ionic build android
Refer to https://ionicframework.com/docs/v2/setup/deploying/ for detailed steps
ionic serve
I have checked in my own configuration, in case you want to create your own database, create a collection named 'expenditures'
https://console.firebase.google.com/
// Replace this Firebase Configuration with your own, if you are lazy than ignore
export const firebaseConfig = {
apiKey: "AIzaSyBN1deKXMuFDqwcK5rSs12NQ4JhOjZgpBI",
authDomain: "expendituretracker.firebaseapp.com",
databaseURL: "https://expendituretracker.firebaseio.com",
storageBucket: "expendituretracker.appspot.com",
messagingSenderId: "564965327209"
};