DEV Community

Cover image for How to use a Google Sheet as a database for your web app
Chris McCormick
Chris McCormick

Posted on

How to use a Google Sheet as a database for your web app

Hey all! I made this screencast to show you how to use a Google Sheet as a quick and easy database for your single-page progressive web app. The technique doesn't require authentication, APIs, or complicated libraries. Everything is done directly in the browser without using the command line. Hope this is useful to you, thanks for watching!

Top comments (1)

Collapse
 
thercyl profile image
rc

Hi, thanks for sharing this video. if i want get a specific line from the google sheet, how would i do that?