Hi, everyone! I have an app to manage the inventory of my store’s departments. Each department created a single email to access the app, which is shared between two employees. I’d like to know: is there any issue or risk if both employees access the app simultaneously using the same email?
Depends a lot on how your app is set up. If both users could be manipulating the same row of data at the same time, then yes it could be a problem. If they aren’t, then it might not be a problem.
Thank you very much for the clarifications!