@override Query<Object?> getCollectionReference(String collection) { return FirebaseFirestore.instance.collection(collection); }