I'm trying to serve firebase functions for testing in cloud9. I'm doing the following:
$ 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
This seems to work, but going to
http://myC9App-nicholasstephan.c9users.io:8080/myFirebaseApp/us-central1/myFunction
Gives me the c9 "No application seems to be running here!" screen.
What gives? Is there any way to test firebase functions through the emulator in c9?