FireStoreDB class

Annotations
  • @Deprecated('Use the class, FireStoreCollection, instead')

Constructors

FireStoreDB(String path)

Properties

collection → CollectionReference<Object?>?
no setter
ex Exception
no getter
hashCode int
The hash code for this object.
no setterinherited
inError bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
no setter

Methods

add(Map<String, dynamic> data) Future<String>
currentUser() Future<User?>
delete(String docId) Future<bool>
getError([Object? ex]) Exception
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTransaction(TransactionHandler transactionHandler, {Duration timeout = const Duration(seconds: 10)}) Future<Map<String, dynamic>>
setError(Object ex) Exception
toString() String
A string representation of this object.
inherited
update(String path, Map<String, dynamic> data) Future<bool>

Operators

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