Trigger a notification to a user on a different app with shared db

Hey all

I’m building a food delivery platform similar to e.g. Uber Eats.

Built it as 2 separate apps, one for food ordering, and one for the restaurant kitchen, sharing a common Adalo database.

Does anyone know if I can I can trigger a notification to the restaurant “owner” on the restaurant app from the food ordering app? I want to be able to ping the restaurant when an order is submitted by a user on the ordering app.

There is only one shared user database, but the restaurant user isn’t logged in to the ordering app, only in to the restaurant app.

Any ideas?

Yes you can, the notifications action shows available apps that share the same database.

I wouldn’t rely only on notifications to serve notice to the Owner. Notifications do fail and have been problematic on Android.

1 Like

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