Local Notification or Push Notification?

Hi !

I am currently creating an app that tracks recurring transactions. The thing is, I want to present a notification every time a recurrence date(per transaction) is equivalent to the current date.

Which notification plugin should I use (Local Notification or Push Notification) and why?

By the way the app i’m developing is currently available for online use only(my research for offline feature is still ongoing).

Thanks in advance!

Push notifications are sent from a server and might or might not be received by the device at the exact time they are sent.

Local notifications are triggered by the device