We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8115c commit 43cc93dCopy full SHA for 43cc93d
typescript-getting-started/README.md
@@ -39,7 +39,11 @@ starter project:
39
1. Create a Firebase Project using the Firebase Developer Console
40
2. From the command line inside the directory:
41
`firebase --use add YOUR-PROJECT-NAME`
42
-3. `firebase deploy`
+3. `cd functions; npm run deploy`
43
+
44
+Note: with TypeScript you need to build the JavaScript files before
45
+deploying, so there's an npm script that does the steps. You can see
46
+that and a few other handy shortcuts in [package.json](functions/package.json)
47
48
After the deploy is complete, you will see output with the URL of your
49
Cloud Function endpoint. You can test the function with curl.
0 commit comments