From 85da5dffd8ef0bf72b6d95b3edd3b3e6123bd9ac Mon Sep 17 00:00:00 2001 From: Nicolas Garnier Date: Tue, 14 Mar 2017 09:32:17 +0100 Subject: [PATCH] Update to README instructions --- quickstarts/thumbnails/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quickstarts/thumbnails/README.md b/quickstarts/thumbnails/README.md index d87989d..e6e6017 100644 --- a/quickstarts/thumbnails/README.md +++ b/quickstarts/thumbnails/README.md @@ -26,7 +26,9 @@ The function triggers on upload of any file to your Firebase project's default C To deploy and test the sample: - Create a Firebase project on the [Firebase Console](https://console.firebase.google.com) and visit the **Storage** tab. - - Enable Billing on your Firebase project + - Get the code, for instance using `git clone https://github.com/firebase/functions-samples` + - Enter the correct directory `cd functions-samples/quickstarts/thumbnails` + - Setup the CLI to use your Firebase project using `firebase use --add` and select your Firebase project - Deploy your project's code using `firebase deploy` - 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).