So, i’m trying to building a SaaS app, where customers of a restaurant can order food from the table.
Now, I have a restaurant ID for each restaurant that signs up. Can I create a URL with the restaurant ID in it? I want to make sure that when people go to this URL which has the restaurant ID in it, they see the menu only for that restaurant.
Right now I’m able to achieve this when the user (The restaurant) is signed in. I want to add the restaurant ID to the URL so that users can type in the URL (Or scan a QR code), and the page shows up for that particular restaurant.
If this is the wrong way to do it, any other way that works would we great as well! Appreciate the help.