tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 916 forks source link

[Suggestion] Provide sample integration with firestore #131

Closed zoamel closed 5 years ago

zoamel commented 6 years ago

I want to suggest providing some sample integration with firestore + ngrx, maybe on some branch. I think it's quite popular BaaS and some people will try to use it, especially for some MVP concepts. And from what I see integrating this with ngrx is not very trivial so this would help a lot to see your sample implementation :)

BirdInTheCity commented 6 years ago

This.

I came across this awesome starter project, and am about to kick off exactly the type of Firestore + ngrx implementation you talk about. I would offer to do the public branch myself, but my novice code wouldn't stand up to scrutiny. Please drop links here, if anybody decides to pick this up.

tomastrajan commented 6 years ago

All contributions are very welcome and appreciated! They can be used as a basis to community effort to improve and enhance!

ZackDeRose commented 6 years ago

Has there been any further discussion/thought on this? My initial that is to create a simple Firebase backend for the Todo list. I think though that you probably wouldn't want to open that up (e.g. you'd probably want working auth stuff first). @tomastrajan would you be open to using firebase auth in this project?

tomastrajan commented 6 years ago

@ZackDeRose definitely, auth stuff is extremely basic, basically does nothing just demonstrates auth guard but there is no handling of the auth besides setting a boolean flag. Please, feel free to propose solution.

tomastrajan commented 5 years ago

This is out of scope for the starter. (Old issue cleanup)