Skip to content

Commit 8ee9ef7

Browse files
committed
Chagne all firebase --use add to firebase use --add
1 parent 5bdb8b7 commit 8ee9ef7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assistant-say-number/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The dependencies are listed in [functions/package.json](functions/package.json).
2222
To test this sample action:
2323

2424
- Create a Firebase Project using the [Firebase Developer Console](https://console.firebase.google.com)
25-
- Configure this sample to use your project using `firebase --use add` and select your project.
25+
- Configure this sample to use your project using `firebase use --add` and select your project.
2626
- Deploy your project using `firebase deploy`
2727
- In the `action.json` file, update the two `<YOUR_PROJECT_ID>` placeholders with your Firebase project ID. The URL should match the `Function URL (sayNumber):` that was printed out by `firebase deploy`.
2828
- [Download](https://developers.google.com/actions/tools/gactions-cli) the `gaction` CLI

github-to-slack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To test this integration:
2020

2121
- Create a Firebase Project using the [Firebase Developer Console](https://console.firebase.google.com)
2222
- 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.
23-
- Configure this sample to use your project using `firebase --use add` and select your project.
23+
- 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:
2626
- Payload URL: `https://us-central1-<FIREBASE_PROJECT_ID>.cloudfunctions.net/githubWebhook`

typescript-getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ starter project:
7878
PROJECT=your-project-name
7979
mkdir $PROJECT; cd $PROJECT
8080
firebase init
81-
firebase --use add $PROJECT
81+
firebase use --add $PROJECT
8282
rm -rf functions
8383
cp -r ../functions-samples/typescript-getting-started/functions functions
8484
```

0 commit comments

Comments
 (0)