firebaseExportsPath function

String firebaseExportsPath(
  1. String siteId,
  2. String fileName
)

Implementation

String firebaseExportsPath(String siteId, String fileName) =>
    'hyttahub/${HyttaHubOptions.implementation?.firebaseRootCollection}/exports/$siteId/$fileName';