FirebaseClient class abstract

A client of a Firebase Realtime Database.

This class is a platform-agnostic interface. Implementations are platform-specific.

Constructors

FirebaseClient()

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

childAdded(String path) Stream<String>
Obtains the "childAdded" event stream of the node under a given path.
childChanged(String path) Stream<String>
Obtains the "childChanged" event stream of the node under a given path.
childRemoved(String path) Stream<String>
Obtains the "childRemoved" event stream of the node under a given path.
get(String path) Stream<String>
Obtains children of the database node under a given path.
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