LTurnauer

Results 46 comments of LTurnauer

Are you sure the onMessageReceivedCallback is triggered ? Cause I'm exactly into the same issue...in foreground it works...but not if I tap on push notification from the tray...and app is...

Where do you init the firebase ? into you app.component.ts or later in a sub component ?

I tried init firebase later from sub component listening for the @HostListener('loaded') event...but it still doesn't work.

And what if you try to put your navigation into a setTimeout ?

I really don't understand why at your side, you get the onMessageReceivedCallback... me not at all... Damn it's really strange.

Hi All, I need help to understand... It seems something is broken again, since IOS 14... One of my client reported that quite suddenly our NS6 app, that is still...

Ok so it seems I need to use the lib "nativescript-tracking-transparency" cause firebase analytics is used even if it's not intended for... If someone could tell me how to deactivate...

Thanks @lambourn I'm using this plugin to receive regular push notification on IOS and Android through normal firebase workflow. It's still a bit unclear to me what's going on with...

Euh wait...still not working in fact... probably cached file or something... that's not fixed with set only FIREBASE_ANALYTICS_COLLECTION_ENABLED to false... It badly seems there's still a blocking issue. So until...