auto rest
HI,
looking for some guidance on the the best way to approach the following.
we have a pizza ordering app which uses sendgrid to send the order to the pizza shop, the client now wants to receive the order on a tablet app.
Sendgrid service is getting the order from localstorage
I have created a collection and now the order is put into this collection.
the tablet app is part of the retail app, an extra screen is to be added with access to the app owner only
I could have the tablet app run a read service at regular intervals or is there a better way to ensure the tablet app is automatically updated with only the last order received in the collection.
thanks