Skip to content

Commit 5a8bcad

Browse files
fixed typo
1 parent ca4b5d5 commit 5a8bcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-thumbnail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To deploy and test the sample:
2828
- Open this sample's directory: `cd functions-samples/generate-thumbnail`
2929
- Setup your project by running `firebase use --add` and select the project you had created.
3030
- Install dependencies in the functions directory: `cd functions; npm install; cd -`
31-
- Go to the Firebase Console, select the gear image > **project settings** > **Service Accounts** and click *Generate New Private Key** to download a Service Account Key JSON document.
31+
- Go to the Firebase Console, select the gear image > **project settings** > **Service Accounts** and click **Generate New Private Key** to download a Service Account Key JSON document.
3232
- Add the JSON service account credentials file to the **Functions** directory as **functions/service-account-credentials.json**.
3333
- Deploy your project using `firebase deploy`
3434
- Go to the Firebase Console **Storage** tab and upload an image. After a short time an thumbnail image with the same name but a `thumb_` prefix will be created in the same folder (make sure you refresh the UI to see the new file).

0 commit comments

Comments
 (0)