I was trying to implement the following scenario. Scenario My Backend fetchs for news from another api every hour and checks if there are news available the backend do not know yet.
If there are new news available, the backend sends push notifications via FCM (Firebase Cloud Messaging). So all users that…