I've been getting this error message lately and I wonder why.
GET gs://example.appspot.com/images net::ERR_UNKNOWN_URL_SCHEME
Below are my references to the storage service:
var storage = firebase.storage();
var storageRef = storage.ref();
var storageRefImgs = storageRef.child('images');
I have Google Chrome 51 and I'm running Windows 10.