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

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

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/