FirebaseStorageService class
Methods
-
docDelete({required String collection, required String id})
→ Future<Either<Exception, Unit>>
-
override
-
docGet({required String doc, required String collection})
→ Future<Either<Exception, DocumentSnapshot<Map<String, dynamic>>>>
-
override
-
docSet({required String collectionDoc, required Map<String, dynamic> data, String? id})
→ Future<Either<Exception, Unit>>
-
override
-
docUpdate({required String collectionDoc, required String id, required Map<String, dynamic> data})
→ Future<Either<Exception, Unit>>
-
override
-
getCollection({required QuerySnapshotFiltersEntity filters})
→ Future<Either<Exception, QuerySnapshot<Map<String, dynamic>>>>
-
override
-
getCollectionStream({required QuerySnapshotFiltersEntity filters})
→ Future<Either<Exception, Stream<QuerySnapshot<Map<String, dynamic>>>>>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited