Olá, pessoal, estou com uma dúvida sobre o funcionamento do meu aplicativo publicado, ele é um delivery.
Quando eu publico ele se eu abrir em dispositivos diferentes, ele esta replicando o pedido para todos os dispositivos. Eu gostaria que ele exibisse somente os itens selecionados por aquele usuário daquele dispositivo dele e não um “pedido aberto” pra todo mundo.
Como posso arrumar isso?
Hello everyone, I have a question about how my published application works, it is a delivery.
When I publish it, if I open it on different devices, it is replicating the request to all devices. I would like it to only display the items selected by that user from that device and not an “open order” for everyone.
How can I fix this?
Do you use row owners or user specific columns or any following to control who can which data? It’s all one database, so you need to control who has access to what.
Jeff, thanks for the response. But the idea is a menu that the person has access to options and prices, puts together their order and sends it via WhatsApp. That’s why I didn’t “limit” in registering who will access the application, especially because I can’t have that control. So, Glide doesn’t work for me then?
If users are not signing in to use the app, you can still use user specific columns. The values entered into user specific columns are still unique to each user.