I have two apps, Admin app and User app.
When a user submits a task from user app,
the administrator confirms the task from the administrator app
In this case, I would like to send a notification to the user that the administrator has confirmed it.
what should I do?
For your information
- administrator apps and user apps use the same database. (glide table)
- Originally, there was only one app, but it seemed to slow down, so I distinguished the apps.