Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Mar 8, 2024
1 parent 782a5a1 commit a009dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

You can write a custom function to read or write data from a Google sheet. We'll use [google-auth-library](https://www.npmjs.com/package/google-auth-library) and [googleapis](https://www.npmjs.com/package/googleapis) packages for this.

There are many ways to authenticate Google APIs, as mentioned in `google-auth-library`. JWTs (JSON Web Tokens) are a great choice for a server-based application.
There are many ways to authenticate Google APIs, as mentioned in `google-auth-library`. This guide uses JWTs (JSON Web Tokens), which are appropriate for a server-based application.

<video controls width="100%" height="auto" style="contain" alt="google-sheet-app">
<source src="/static/toolpad/docs/studio/examples/google-sheet.mp4" type="video/mp4">
Expand Down

0 comments on commit a009dde

Please sign in to comment.