Skip to content

Commit 195d5fe

Browse files
Fix typo and add link to the pricing page.
1 parent 7d9a265 commit 195d5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moderate-images/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The function triggers on upload of any file to your Firebase project's default C
2121
## Setting up the sample
2222

2323
1. Create a Firebase project on the [Firebase Console](https://console.firebase.google.com).
24-
1. In the Google Cloud Console [enable the **Google Cloud Vision API**](https://console.cloud.google.com/apis/api/vision.googleapis.com/overview?project=_). Note: Billing is required to enable the CLoud Vision API.
24+
1. In the Google Cloud Console [enable the **Google Cloud Vision API**](https://console.cloud.google.com/apis/api/vision.googleapis.com/overview?project=_). Note: Billing is required to enable the Cloud Vision API so enable Billing on your Firebase project by switching to the Blaze or Flame plans. For more information have a look at the [pricing page](https://firebase.google.com/pricing/).
2525
1. Clone or download this repo and open the `moderate-image` directory.
2626
1. You must have the Firebase CLI installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`.
2727
1. Configure the CLI locally by using `firebase use --add` and select your project in the list.

0 commit comments

Comments
 (0)