Closed

Description
It just works, except for one thing
WARNING: your application is taking longer than 2000 Zone turns.
(universal-starter)
I guess it is because the connection that angular does with firebase remains open.
On the server, when we are done fetching data from firebase, somehow we need to close the connection, but I don't know if this can be achieved with the current angularfire2 version.