I am currently developing an app with FlutterFlow and would like users to be able to set reminders for a document. This means that the user receives a push notification for the document every day at the set time. If the user creates 10 documents with 10 different times, the user should receive 10 push notifications at the set times each day.
The user can also delete the document in the app, in which case the daily push notification for the document will be deleted.
The time should also be changeable.
On iOS everything works well with flutter_local_notifications. On Android the case don´t work with flutter_local_notifications or awesome_notifcations.
Is this possible with buildship or cloud functions?
Has anyone already had experience with this?
Many thanks in advance :)