You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generate-thumbnail/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ To deploy and test the sample:
28
28
- Open this sample's directory: `cd functions-samples/generate-thumbnail`
29
29
- Setup your project by running `firebase use --add` and select the project you had created.
30
30
- 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.
32
32
- Add the JSON service account credentials file to the **Functions** directory as **functions/service-account-credentials.json**.
33
33
- Deploy your project using `firebase deploy`
34
34
- 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