Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic2.0-angularfire
- Owner: aaronksaunders
- Created: 2016-09-30T18:09:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T00:56:45.000Z (over 7 years ago)
- Last Synced: 2024-09-29T23:22:06.022Z (3 months ago)
- Topics: angular2, angularfire, ionic, ionicframework, javascript, ngrx, redux
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 69
- Watchers: 10
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)