Skip to content

Commit 8ef21a0

Browse files
conajhuleatt
cona
authored andcommittedDec 10, 2019
Update README.md (firebase#641)
I kept searching for images record in Cloud Firestore all day.
1 parent f6d7f2c commit 8ef21a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎generate-thumbnail/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ To deploy and test the sample:
2929
- Deploy your project using `firebase deploy`
3030
- 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.
3131
- 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).
32-
- Go to the Firebase Console **Database** tab and see that a child of `images` has been created containing the Signed URLs for both images.
32+
- 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.

0 commit comments

Comments
 (0)
Please sign in to comment.