You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here how my code looks like. I call the RemoveListeners in my ngOnDestroy function of my component, I have no errors but the event is still attached as I still get log from my callback function.
Any news about this? I have to publish my app and I can't if this isn't fixed, I have a lot of listeners I'm afraid it might crash my app at some point. @triniwiz
I use nativescript 8.2.3 with angular and with firebase-database the off function to unsubscribe of events does not seem not work.
Here how my code looks like. I call the RemoveListeners in my ngOnDestroy function of my component, I have no errors but the event is still attached as I still get log from my callback function.
package.json
The text was updated successfully, but these errors were encountered: