google-spreadsheet tutorial
May 1, 2021
Follow this tutorial:
- Select existing project.
- Search API & Services.
- Enable API & Services.
- Enable Google Drive API.
- Create a Service Account.
- Go to IAM & Account > Service Account > Keys > Add Keys > Create a new key > JSON > Downloaded.
Then, you will have a JSON file associated with your service account.
- If you want to set configs in Firebase on Mac,
firebase functions:config:set configName="$(cat service-account.json)"