FireStoreDB constructor

FireStoreDB(
  1. String path
)

Implementation

FireStoreDB(String path) : _collection = FireStoreCollection(path);