FirebaseApi constructor
FirebaseApi(
- String path
Implementation
FirebaseApi(this.path) {
ref = FirebaseFirestore.instance.collection(path);
}
FirebaseApi(this.path) {
ref = FirebaseFirestore.instance.collection(path);
}