PumaFirestore class

Constructors

PumaFirestore()

Properties

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

Methods

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

Static Methods

deleteDocument({required String collection, required String uuid}) → dynamic
getDocument({required String collection, required String uuid, required void onCompleted(String?)}) → dynamic
listenToDocumentChanges({required String collectionPath, required PumaCondition primaryCondition, void onChanged(List<String>)?, void onAdded(String)?, void onModified(String)?, void onRemoved(String)?, List<PumaCondition>? conditions}) → dynamic
synchronizeDocuments({required String collectionPath, required PumaCondition primaryCondition, void onCompleted(List<String>)?, List<PumaCondition>? conditions}) → dynamic
uploadDocument({required String collection, required String uuid, required String object, bool force = false}) → dynamic