EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Push notifications in foreground android #1755

Open arturikoX opened 3 years ago

arturikoX commented 3 years ago

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

Whip commented 3 years ago

in NS7 you should be using @nativescript/firebase

zeejay09 commented 2 years ago

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