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: assistant-say-number/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The dependencies are listed in [functions/package.json](functions/package.json).
22
22
To test this sample action:
23
23
24
24
- 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.
26
26
- Deploy your project using `firebase deploy`
27
27
- 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`.
28
28
-[Download](https://developers.google.com/actions/tools/gactions-cli) the `gaction` CLI
Copy file name to clipboardExpand all lines: github-to-slack/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To test this integration:
20
20
21
21
- Create a Firebase Project using the [Firebase Developer Console](https://console.firebase.google.com)
22
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.
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.
24
24
- Install dependencies locally by running: `cd functions; npm install; cd -`
25
25
-[Add a WebHook to your GitHub repo](https://help.github.com/articles/about-webhooks/) with the following settings:
0 commit comments