Last active
September 26, 2018 05:53
-
-
Save wataruoguchi/3a74e526e04f374023b6da1e5f555478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # move to <proj> directory | |
$ cd <proj> | |
$ # install firebase-tools | |
$ sudo npm i -g firebase-tools | |
$ # login | |
$ firebase login | |
$ # initialize Cloud Functions | |
$ firebase init functions | |
$ # [create a new project] | |
- ? Select a default Firebase project for this directory: | |
$ # all should be default | |
- ? What language would you like to use to write Cloud Functions? | |
- ? Do you want to use ESLint to catch probable bugs and enforce style? | |
- ? Do you want to install dependencies with npm now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment