Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronksaunders/ionic2.0-angularfire

this a basic application for Ionic 2.0.rc5 with AngularFire2 with ngrx/store & ngrx/effects to manage state
https://github.com/aaronksaunders/ionic2.0-angularfire

angular2 angularfire ionic ionicframework javascript ngrx redux

Last synced: 2 months ago
JSON representation

this a basic application for Ionic 2.0.rc5 with AngularFire2 with ngrx/store & ngrx/effects to manage state

Awesome Lists containing this project

README

        

## UPDATED VERSION SUPPORTING ngrx4 [aaronksaunders/ionic3-ngrx4-angularfire](https://github.com/aaronksaunders/ionic3-ngrx4-angularfire)

# Ionic2.0 Angularfire2

![ionic2](https://raw.githubusercontent.com/aaronksaunders/ionic2.0-angularfire/master/Untitled.png)

## A basic application for Ionic 2.0.1 with AngularFire2 & ngrx Integration

- Login with email address & password
- Automatically login if a session already exists
- Create accounts
- Login with Account
- Integration of ngrx/store & ngrx/effects to manage state
- Query List Objects
- Find a specific List Object

## Ionic Version Information

```console

Your system information:

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.1
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.6
OS: macOS Sierra
Node Version: v5.0.0
Xcode version: Xcode 8.2.1 Build version 8C1002
```

## More Information on ngRx

* More Information on ngrx/store: [https://github.com/ngrx/store](https://github.com/ngrx/store)
* More Information on ngrx/effects: [https://github.com/ngrx/store](https://github.com/ngrx/effects)