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?