【发布时间】:2018-10-15 08:46:04
【问题描述】:
我正在尝试提供 firebase 功能以在 cloud9 中进行测试。我正在执行以下操作:
$ firebase serve --only functions -o $IP -p $PORT
=== Serving from '/home/ubuntu/workspace'...
i functions: Preparing to emulate functions.
✔ functions: myFunction: http://localhost:8080/myapp/us-central1/myFunction
这似乎可行,但要去
http://myC9App-nicholasstephan.c9users.io:8080/myFirebaseApp/us-central1/myFunction
给我 c9 “这里似乎没有运行应用程序!”屏幕。
什么给了?有没有办法通过c9中的模拟器测试firebase功能?
【问题讨论】:
标签: google-cloud-functions cloud9 firebase-cli