Is it possible to execute background tasks in Ionic3?

I’m making a simple reminder app. Each hour I want to read data from IonicStorage, and if necessary show notification to the user. So far I’ve managed to show notifications using @ionic-native/local-notifications, but I can’t find anywhere an example of a background task which creates notification.
Any help would be greatly appreciated