Hello,
I have an app with firebase pushes. I am initializing it app.component.ts ngOnInit like totorial says. But here I have two problems:
While developing, each time app recompile firebase init error promise is called with messages that firebase was already initialued
Messages keeps comming but angular services stops working - I have some logic like tab switch, list refresh etc depending on pushed message so on first clean build everything works when messages comes but after first save messages keeps coming but services not called anymore.
I ask this in stackoverflow.com and cannot get any help.
Can someone help me?
Can someone tell me how to initialize firebase plug-in properly without errors after rebuild?
i have recorder video since i cannot reproduce it in playground because of missing ns-firebase-plugin dependency
Hello, I have an app with firebase pushes. I am initializing it app.component.ts ngOnInit like totorial says. But here I have two problems:
I ask this in stackoverflow.com and cannot get any help.
Can someone help me? Can someone tell me how to initialize firebase plug-in properly without errors after rebuild?
i have recorder video since i cannot reproduce it in playground because of missing ns-firebase-plugin dependency
https://drive.google.com/file/d/1XJAlkABYGtbexQInpr7pb2k4YdHC1f1J/view
Thanks