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
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ To deploy and test the sample:
29
29
- Deploy your project using `firebase deploy`
30
30
- 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.
31
31
- 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