EddyVerbruggen / nativescript-plugin-firebase

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

NS Plugin firebase lite mode questions #1781

Open sido420 opened 3 years ago

sido420 commented 3 years ago

Thanks for brining this plugin to the community.

I am planning to use this plugin as non-Firebase plugin and use https://github.com/appfeel/node-pushnotifications on server side to push notifications.

I have the following questions:

sido420 commented 3 years ago

I tried asking this question on slack but no response.

Can the app handle notification when its not running (neither in fg nor bg)?

Notification arrives when app is not running --> app picks up notification automatically --> checks to see if it should start itself to handle notification --> or let it pass to be displayed as notification on device (depending on msg type)