firebaseAccountEventsPath function

String firebaseAccountEventsPath(
  1. String userId
)

Implementation

String firebaseAccountEventsPath(String userId) =>
    'hyttahub/${HyttaHubOptions.implementation?.firebaseRootCollection}/accounts/$userId/account_events';