- Notifications
You must be signed in to change notification settings - Fork5
aaronksaunders/ionic3-ngrx4-angularfire
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I am updating this project to the latest release of Ionic, Firebase and NGRX. Please see progress herehttps://github.com/aaronksaunders/ionic4-ngrx-firebase
- 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
cli packages: (/Users/aaronsaunders/.nvm/versions/node/v6.10.2/lib/node_modules) @ionic/cli-utils : 1.19.0 ionic (Ionic CLI) : 3.19.0local packages: @ionic/app-scripts : 3.1.2 Ionic Framework : ionic-angular 3.9.2System: Node : v6.10.2 npm : 3.10.10 OS : macOS SierraMisc: backend : pro
Must export the config, create a file in the/src/environment.ts
that looks like this..
see comment in code -https://github.com/aaronksaunders/ionic3-ngrx4-angularfire/blob/master/src/app/app.module.ts#L26
export const firebaseProps = { "apiKey": " ", "authDomain": " ", "databaseURL": " ", "projectId": " ", "storageBucket": " ", "messagingSenderId": ""}
- More Information on ngrx/store:https://github.com/ngrx/platform/blob/master/docs/store/README.md
- More Information on ngrx/effects:https://github.com/ngrx/platform/blob/master/docs/effects/README.md
About
A basic application for Ionic 3 with AngularFire2 & ngrx4 Integration with Ionic Framework
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.