localstore library

Localstore library

Classes

CollectionRef
A CollectionRef object can be used for adding documents, getting DocumentRefs, and querying for documents.
CollectionRefImpl
The interface that other CollectionRef must extend.
DocumentRef
A DocumentRef refers to a document location in a Localstore database and can be used to write, read, or listen to the location.
DocumentRefImpl
The interface that other DocumentRef must extend.
Localstore
This is the entry point for accessing a Localstore.
LocalstoreImpl
The interface that other Localstore must extend.
SetOptions
An options class that configures the behavior of set() calls in DocumentRef.