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: moderate-images/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The function triggers on upload of any file to your Firebase project's default C
21
21
## Setting up the sample
22
22
23
23
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/).
25
25
1. Clone or download this repo and open the `moderate-image` directory.
26
26
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`.
27
27
1. Configure the CLI locally by using `firebase use --add` and select your project in the list.
0 commit comments