adriancarriger / angularfire2-offline

🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
https://angularfire2-offline.firebaseapp.com/
MIT License
207 stars 48 forks source link

fine grained list change handling using child_added, child_removed and child_changed #35

Open ciekawy opened 7 years ago

ciekawy commented 7 years ago

currently AfoListObservable processes all the list items for any single item added/deleted/updated which triggers also whole list updates to local storage. Firebase child_* events could be used/propagated to have fine grained control on the list item changes.

savaryt commented 6 years ago

For info, related to this feature request https://github.com/angular/angularfire2/issues/1158

ciekawy commented 6 years ago

ngrx integration - wow, thanks so much for sharing!