FireStoreDB class
- Annotations
-
- @Deprecated('Use the class, FireStoreCollection, instead')
Constructors
- FireStoreDB(String path)
Properties
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