我正在尝试为 cloud9 中的测试提供 firebase 功能。我正在执行以下操作:
$ 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功能?