-
Couldn't load subscription status.
- Fork 2.2k
Closed
Description
Right now the e2e test is communicating with a real Firebase.
When this file is run, and then an app is opened to connect to it, many ERR_CONNECTION_CLOSED errors are logged to the console.
Virtual host configuration:
127.0.0.1 test.firebaseio.com
Ping test.firebaseio.com:
PING test.firebaseio.com (127.0.0.1): 56 data bytes
To Reproduce
- Check out this branch;
- Run
./node_modules/.bin/http-serverfrom the root of the project - Open http://localhost:8080/test/e2e/firebase_list/
- Look at console