Skip to content

Commit 7eb4373

Browse files
authoredSep 24, 2020
docs: remove all references of the Flame plan (firebase#767)
1 parent 9530537 commit 7eb4373

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎authenticated-json-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ detected by the [Cloud Natural Language API](https://cloud.google.com/natural-la
1414

1515
1. Create a Firebase Project using the [Firebase Console](https://console.firebase.google.com).
1616
1. Enable the **Google** Provider in the **Auth** section.
17-
1. Enable Billing on your project (to connect to the Natural Language API) by switching to the Blaze or Flame plan.
17+
1. Enable Billing on your project (to connect to the Natural Language API) by switching to the Blaze plan.
1818
1. Clone or download this repo and open the `authenticated-json-api` directory.
1919
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`.
2020
1. Configure the CLI locally by using `firebase use --add` and select your project in the list.

‎fulltext-search/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tree.
4545

4646
Create an Algolia account at [www.algolia.com](https://www.algolia.com/).
4747

48-
Enable Billing on your Firebase project by switching to the Blaze or Flame plans you need billing enabled to allow external requests. For more information have a look at the [pricing page](https://firebase.google.com/pricing/).
48+
Enable Billing on your Firebase project by switching to the Blaze plan. You need billing enabled to allow external requests. For more information have a look at the [pricing page](https://firebase.google.com/pricing/).
4949

5050
Set the `algolia.app_id` and `algolia.api_key` Google Cloud environment variables to match the Algolia application ID and API key of your account. For this use:
5151

‎github-to-slack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The dependencies are listed in [functions/package.json](functions/package.json).
1919
To test this integration:
2020

2121
- Create a Firebase Project using the [Firebase Developer Console](https://console.firebase.google.com)
22-
- Enable billing on your project by switching to the Blaze or Flame plan. See [pricing](https://firebase.google.com/pricing/) for more details. This is required to be able to do requests to non-Google services.
22+
- Enable billing on your project by switching to the Blaze plan. See [pricing](https://firebase.google.com/pricing/) for more details. This is required to be able to do requests to non-Google services.
2323
- Configure this sample to use your project using `firebase use --add` and select your project.
2424
- Install dependencies locally by running: `cd functions; npm install; cd -`
2525
- [Add a WebHook to your GitHub repo](https://help.github.com/articles/about-webhooks/) with the following settings:

‎moderate-images/README.md

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

2020
1. Create a Firebase project on the [Firebase Console](https://console.firebase.google.com).
21-
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/).
21+
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 plan. For more information have a look at the [pricing page](https://firebase.google.com/pricing/).
2222
1. Clone or download this repo and open the `moderate-image` directory.
2323
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`.
2424
1. Configure the CLI locally by using `firebase use --add` and select your project in the list.

‎paypal/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The dependencies are listed in [functions/package.json](functions/package.json).
2222
## Setting up the sample
2323

2424
1. Create a Firebase project on the [Firebase application console](https://console.firebase.google.com).
25-
1. Enable billing on your Firebase project by switching to the Blaze or Flame plan. See [pricing](https://firebase.google.com/pricing/) for more details. This is required to be able to do requests to non-Google services.
25+
1. Enable billing on your Firebase project by switching to the Blaze plan. See [pricing](https://firebase.google.com/pricing/) for more details. This is required to be able to do requests to non-Google services.
2626
1. Clone or download this repo and open the `paypal` directory.
2727
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`.
2828
1. Configure the CLI locally by using `firebase use --add` and select your project in the list.

‎spotify-auth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This sample shows how to authenticate using Spotify Sign-In on Firebase. In this
77

88
Create and setup the Firebase project:
99
1. Create a Firebase project using the [Firebase Developer Console](https://console.firebase.google.com).
10-
1. Enable Billing on your Firebase project by switching to the **Blaze** or **Flame** plan, this is currently needed to be able to perform HTTP requests to external services from a Cloud Function. See the [pricing](https://firebase.google.com/pricing/) page for more details.
10+
1. Enable Billing on your Firebase project by switching to the **Blaze** plan, this is currently needed to be able to perform HTTP requests to external services from a Cloud Function. See the [pricing](https://firebase.google.com/pricing/) page for more details.
1111

1212
Create and provide a Service Account's credentials:
1313
1. Create a Service Accounts file as described in the [Server SDK setup instructions](https://firebase.google.com/docs/server/setup#add_firebase_to_your_app).

‎stripe/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This sample shows you how to create Stripe customers when your users sign up, se
2525
## Deploy and test
2626

2727
- Create a Firebase Project using the [Firebase Developer Console](https://console.firebase.google.com)
28-
- Enable billing on your project by switching to the Blaze or Flame plan. See [pricing](https://firebase.google.com/pricing/) for more details. This is required to be able to do requests to non-Google services.
28+
- Enable billing on your project by switching to the Blaze plan. See [pricing](https://firebase.google.com/pricing/) for more details. This is required to be able to do requests to non-Google services.
2929
- Enable Google & Email sign-in in your [authentication provider settings](https://console.firebase.google.com/project/_/authentication/providers).
3030
- Install [Firebase CLI Tools](https://github.com/firebase/firebase-tools) if you have not already and log in with `firebase login`.
3131
- Configure this sample to use your project using `firebase use --add` and select your project.

0 commit comments

Comments
 (0)