Dependency injection with ionic 4 + firebase + web workers

I have a firebase observable that make my app really slow to navigate. It execute in all the app. How is the best way to make the app more faster? can I implement web worker and run firebase inside?