There was an error while loading. Please reload this page.
Firing notifications is done via an abstraction layer to easily swap out implementation.
Just call NotificationManager().showNotification(title: "Test", content: "Test", payload: "somepayload") to show a notification!
NotificationManager().showNotification(title: "Test", content: "Test", payload: "somepayload")