We have a Web App written in Apps Script (using spreadsheets on each user's domain) and using ScriptDb (just to store some specific information from each user's domain.)
This is the scenario in terms of access to each piece:
- script project (the code): "private to only me"
- published web app: "execute the app as the user accessing the web app" and "anyone has access to the app"
- this web app will be registered in Chrome Web Store
And these are my questions in terms of access to the information:
- How secure is the code of this web app? (who can access?)
- How secure is the data stored on ScriptDb? (who can access?)
- What are the chances if any, of somebody hacking into the Script code or the ScriptDb data?
Thanks, Fausto