brandonmp / gatsby-source-google-sheets

A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
90 stars 32 forks source link

Don't try to auth if no credentials are given (Public sheets) #8

Open manelet opened 6 years ago

manelet commented 6 years ago

I've forked, and using it for myself, but I thought that maybe could be someone else interest. There's no error handling, if sheetId is incorrect it will crash somehow.

Cheers for the plugin 👏