Skip to content

gognamunish/ng2-ionic-expenditure-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

ionic-expenditure-tracker

An Ionic App backed by Firebase database meant for tracking Expenditure (beginners)

iOS / Android Packaging

ionic build ios
ionic build android

Refer to https://ionicframework.com/docs/v2/setup/deploying/ for detailed steps

Accessing using Browser

ionic serve

http://localhost:8100/

Firebase Database

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"
};

About

An Ionic App backed by Firebase database meant for tracking Expenditure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published