localfire library

localfire 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 localfire database and can be used to write, read, or listen to the location.
DocumentRefImpl
The interface that other DocumentRef must extend.
LocalFire
The entry point for accessing a localfire.
LocalFireImpl
The interface that other localfire must extend.