https://github.com/aaronksaunders/ionic4-ngxs-firebase
https://github.com/aaronksaunders/ionic4-ngxs-firebase
angular6 angularjs firebase ionic ngxs state-management
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic4-ngxs-firebase
- Owner: aaronksaunders
- Created: 2018-08-27T01:26:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T03:28:59.000Z (almost 8 years ago)
- Last Synced: 2025-07-11T01:07:49.222Z (11 months ago)
- Topics: angular6, angularjs, firebase, ionic, ngxs, state-management
- Language: TypeScript
- Size: 132 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic4-ngxs-firebase
- **Just Started the migration of the applicaton, please post issues if there are questions and watch the repo for updates**
Sample ionic4 app using ngxs instead of ngrx... it saves a **TREMENDOUS** amount of boilerblate code, it also allows you to remove the observables craziness from the code
### Getting Started
You must set your own firebase credentials in the application to run this demo. See `src/app/store/firestore-services.ts`.
```javascript
firebase.initializeApp({
// YOUR VALUES HERE
});
```
- https://ngxs.gitbook.io/ngxs/