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
…base unsubscribing & initial dynamicLink (#121)
* fix(messaging): emit on message if app was previously launched
* feat(admob): prep admob for independence
Admob isn't dependant on Firebase this starts the process of removal, we can remove it for v3 release of firebase.
fixes: #117fixes: #116
* fix(database): #120
* fix(dynamicLinks): handle initial link
Re-opening this issue #109 cause it isn't fixed yet
NativeScript CLI : 8.2.3
package.json
Describe the issue :
Calling
off
function to unsubscribe from event listener that listen to change from realtime database doesn't work.It somehow has to do with
__classPrivateFieldGet(this, _Query_handles, "f").has(callback)
that seem to always return false.@triniwiz @NathanWalker
The text was updated successfully, but these errors were encountered: