2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Firebase Cloud Functions のデプロイに躓いた話

Last updated at Posted at 2018-04-18

Firebase Cloud Functions を初めて触った時に、Helloworld関数のデプロイに躓きました。

状況

公式サイトの手順などを参考に環境を構築し、デプロイコマンドfirebase deploy --only functionsを実行。

数分待っても、デプロイが開始されません。
ログを見てもエラーは吐かれておらず、ただ処理が止まっている状況でした。

firebase-debug.log
Wed Apr 18 2018 12:04:59 GMT+0900 (JST)
[debug] [2018-04-18T03:05:00.607Z] <<< HTTP RESPONSE 200   ←ここから進まない!

解決方法

ウイルス対策ソフトを無効化したところ無事にデプロイできました。

解決するのに丸一日かかりました・・・(ノд-。)

参考

Cloud Functions for Firebase
Cloud Functions for Firebase[BETA] を使ってみる (HelloWorld編)
Swift Developer Blog

2
1
3

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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?