A guys shared a project with me. Using my online / cloud based IDE, I created a new HTML5 project.
$ npm install -g firebase-tools
$ firebase login
$ firebase list
$ firebase use <shared-project>
$ firebase init
How do I get all the existing hosted files into my IDE so that I can collaborate on this project?