#Ionic2 + Ngrx/store + AngularFire2
Ionic2 product list app with AngularFire2 (data persistence) and ngrx/store/effets (state management)
To install:
git clone https://github.com/gmarcos87/ionic2-ngrxstore-angularfire2
cd ionic2-ngrxstore-angularfire2
npm install
Add your Firebase configuration in /src/app/app.module.ts
export const firebaseConfig = {
apiKey: "balblabla",
authDomain: "balbla-11111.firebaseapp.com",
databaseURL: "https://blalba-11111.firebaseio.com"
};
Download the Redux Devtools Extension and happy state debug! - See more in @ngrx/store-devtools
ionic serve
Use this generator https://github.com/gmarcos87/generator-firedux
Inspired on PouchDB+Ionic2