I can't find a way to send system push notifications using Tabris.js framework(current version is 2.6.1). According to this answer there is a way to send push notifications using the official firebase plugin, but is there a way to do it with the basic framework?
If there is no way to do it without external plugins yet - can you suggest go-to plugin for it that will 100% work on both iOS and Android?
By "system push notifications" I mean native notifications that appear in the phone notifications tab even when the app is running in the background. I don't want to send notifications when the app is closed, so diving into firebase plugin will be overkill for me now.