FirebaseRealtimeDatabase class

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

deleteData(String path) Future<void>
deleteSubDoc(String path, String subDocId) Future<void>
getDataOnce(String path) Future<DataSnapshot?>
getSubDocOnce(String path, String subDocId) Future<DataSnapshot?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setData(String path, Map<String, dynamic> data) Future<void>
setSubDoc(String path, String subDocId, Map<String, dynamic> data) Future<void>
toString() String
A string representation of this object.
inherited
updateData(String path, Map<String, dynamic> data) Future<void>
updateSubDoc(String path, String subDocId, Map<String, dynamic> data) Future<void>

Operators

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