Search code examples
firebasefirebase-hosting

API to get list of files uploaded to Firebase Hosting


Is there an API to get a list of files currently uploaded to Firebase Hosting? Note that I am not talking about Firebase Storage here but Firebase Hosting.


Solution

  • Yes. The ListFiles endpoint will list files for a specified version. Versions can be found through the ListReleases endpoint.