Taras
Member since Dec 22, 2017
- Profile: /members/13679-taras.htm
- Comments: 1
Recent Blog Comments By Taras
-
Encapsulating Firebase Using RxJS Streams In Angular 4.2.3
Posted on Dec 22, 2017 at 5:22 AM
Yeah, it is really a problem.. I don't quite like this line: abstract readMessagesAsStream() : Observable<Message[]>; which means you will receive the whole array of messages each time collection changes, which is ok (i guess), but there is more sophisticated way of sync-ing collection in fire... read more »