I'm working on a react native app on Android and ios, the app idea is to show some topics (such as science), and the user can select the topics he/she wants and select how many notifications to receive daily (1-5)..These topics and it's notifications are stored in firebase..
I have tried to fetch and store these topics and schedule local notifications daily and it was working BUT since the scheduling process happens in the background it will stop if the app is closed..
And if i used FCM and corn job, firebase sdk doesn't provide schedule notifications..
Any ideas?