FirebaseStorageService class

Inheritance

Constructors

FirebaseStorageService({required IFirebaseStorageDriver firebaseStorageDriver})

Properties

firebaseStorageDriver IFirebaseStorageDriver
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited