Using same database, different app, Push notification

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? :cry:

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.

No, there currently isn’t a way to send native push notifications from one app to another app. You would have to rely on something like emails instead.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.