admin-portal
admin-portal copied to clipboard
Push notification
Hello, Does it support push notification base on invoice ninja.
Not currently...
@hillelcoren Is it possible to send push notification to mobile app without FCM? Just use laravel to send push notification.
I'm not sure, I haven't looked into this yet.
It is, as long as you either:
- display a persistent notification (Android only), or
- are okay with notifications only coming through every 15 or more minutes (works on Android and iOS).
Here's a Cordova plugin that does the latter option using native code on both platforms. I know this app isn't made with Cordova, but it's probably helpful to see how it does it. I use that plugin in an app to allow polling for notifications from a JSON API, it seems to work alright.