From 0dfcd71e8ce26535cc1ea64ad8a3a3897e7553f3 Mon Sep 17 00:00:00 2001 From: cona Date: Sat, 30 Nov 2019 19:34:18 +0900 Subject: [PATCH] Update README.md I kept searching for images record in Cloud Firestore all day. --- generate-thumbnail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-thumbnail/README.md b/generate-thumbnail/README.md index 8772331093..4cf87842b6 100644 --- a/generate-thumbnail/README.md +++ b/generate-thumbnail/README.md @@ -29,4 +29,4 @@ To deploy and test the sample: - Deploy your project using `firebase deploy` - Go to your project's [**Cloud Console > IAM & admin > IAM**](https://console.cloud.google.com/iam-admin/iam?project=_), Find the **App Engine default service account** and add the **Service Account Token Creator** role to that member. This will allow your app to create signed public URLs to the images. - 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). - - Go to the Firebase Console **Database** tab and see that a child of `images` has been created containing the Signed URLs for both images. + - Go to the Firebase Console **Database** (Realtime Database not Cloud Firestore) tab and see that a child of `images` has been created containing the Signed URLs for both images.