DEV Community

Discussion on: How to Use Google Sheets as a Database (Responsibly)

Collapse
 
hacubu profile image
Jacob Lee

Hey James, within Autocode, you can restrict access to your API to specific IPs or require specific users' library tokens to be passed in with the API call using the "Share" button in the top left. However, if you're planning to use this directly from the frontend, you wouldn't want to expose your library tokens like that and would have to roll your own login system.

Collapse
 
thatjimmy profile image
James

That's great. I've been using sheets to export json, that is then used as a data source for a static site generator. If I can lock it down to internal use only, this could save some steps. Thanks!