FirebaseApi class
Constructors
- FirebaseApi(String path)
Properties
Methods
-
addDocument(
{String? id, required Map< String, dynamic> data}) → Future<DocumentReference< Object?> > -
batch(
) → WriteBatch -
getDataCollection(
) → Future< QuerySnapshot< Object?> > -
getDocumentById(
String id) → Future< DocumentSnapshot< Object?> > -
getDocumentRef(
{String? id}) → DocumentReference< Object?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeDocument(
String id) → Future< void> -
streamDataCollection(
) → Stream< QuerySnapshot< Object?> > -
toString(
) → String -
A string representation of this object.
inherited
-
updateDocument(
{String? id, required Map< String, dynamic> data}) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited