I'm using Firebase hosting. I've deployed my site numerous times, with various iterations of the ignore
setting in my firebase.json
file. I'd like to check the correctness of this setting by getting a listing of what files are currently deployed to my Firebase. I can't see a way of doing that either from the command line firebase
tool or from the web UI (e.g. at https://my-app.firebaseio.com/?page=Hosting).
Is it possible to list the currently hosted files?