firebaseFilesPath function

String firebaseFilesPath(
  1. String siteId,
  2. String fileId
)

Implementation

String firebaseFilesPath(String siteId, String fileId) =>
    'hyttahub/${HyttaHubOptions.implementation?.firebaseRootCollection}/sites/$siteId/$fileId';