1

I have a facebook login which uses the facebook connect 4 plugin along with firebase. the data gets passed to a inter component service which then relays it back to the component via a subscribe.. however the data doesnt display until you interact with the UI.. anyone got any ideas ?

Kravitz
  • 2,769
  • 6
  • 26
  • 53

1 Answers1

0

I guess you can have the answer here : angular2 firebase realtime updating not working

Applications from outside angular2 does not trigger a digest cycle. Wich means you can trigger it with NgZone or it gets done when you manipulate the UI.

Community
  • 1
  • 1
Gbacc
  • 150
  • 2
  • 8