I’ve a simple Blazor Hybrid App developed in C# for Android.
I want a timer in the background, that pushs a notification every hour or so (even if the app is not open in foreground). Is such thing even possible?
All the examples I have seen so far needed a Firebase service or similar to push the notifications from outside. But I don’t need that external source. I just want to send a push notification from the app itself.