nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

Push notifications in foreground android

Open arturikoX opened this issue 4 years ago • 2 comments

Hi, I'm using: "nativescript-plugin-firebase": "^10.5.2", With the boolean: external_push_client_only = true

And I saw that

/**Currently used on iOS only. Default false.**/ showNotificationsWhenInForeground?: boolean;

Is it still true with NS7? Is there any alternatives I can use for Android users?

Thanks

arturikoX avatar Dec 20 '20 14:12 arturikoX

in NS7 you should be using @nativescript/firebase

Whip avatar Feb 01 '21 07:02 Whip

That is still true in NS7, I am using the @nativescript/firebase, the showNotificationsWhenInForeground is only available to iOS.

zeejay09 avatar Feb 23 '22 03:02 zeejay09