0
0

More than 3 years have passed since last update.

firebaseでexpress-generatorの起動方法

Last updated at Posted at 2020-04-12

1

下記のURLで設定
https://qiita.com/yoshikoba/items/ff7beab24863db804f42

この通りに設定してもエラーが出ました。

2

package.jsonに

"engines": {
    "node": "8"
  },

を追加。

3

functionディレクトリ内で

npm install firebase-admin
npm install firebase-functions

4

firebase serveで localhost:5000を開けば
スクリーンショット 2020-04-12 16.41.38.png

表示されます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0