Firestore class

Inheritance

Constructors

Firestore(String project, {String database = '(default)'})

Properties

accessPath String
final
accessUri Uri
final
client → Client
final
database String
final
hashCode int
The hash code for this object.
no setterinherited
project String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

browse(String path, [Query? query]) Stream<AlbumOre>
inherited
commit(Album album) Future<AlbumOre>
inherited
commitAll(Iterable<Album?> ore) Stream<AlbumOre>
inherited
create(Album album, String dir) Future<AlbumOre>
inherited
createAll(Iterable<Album?> ore, String dir) Stream<AlbumOre>
inherited
delete(Album album) Future<AlbumOre>
inherited
deleteAll(Iterable<Album?> ore) Stream<AlbumOre>
inherited
fetch(String path, [Query? query]) Future<AlbumOre>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBrowse(String path, [Query? query, dynamic parent]) Stream<AlbumOre>
override
onCommit(Album album, String path) Future<AlbumOre>
override
onCreate(Album album, String dir) Future<AlbumOre>
override
onDelete(String path) Future<AlbumOre>
override
onFetch(String path, [Query? query]) Future<AlbumOre>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

path(dynamic proj, dynamic db) → dynamic
resolvePath(String path) → dynamic
uri(dynamic proj, dynamic db) → dynamic

Constants

authority → const String