I am creating a alarm like application where user can add a remainder for particular date and time, they can also choose repeat to repeat the remainder.
And I don't do any network specific job in remainder. But in future I may need to use the network specific job, but so far its not needed right now.
Which one is better for my requirement AlarmManager or Firebase JobDispatcher ?