FirebaseApi constructor

FirebaseApi(
  1. String path
)

Implementation

FirebaseApi(this.path) {
  ref = FirebaseFirestore.instance.collection(path);
}