| Interface | Description |
|---|---|
| FirestoreConstructable<T> |
An interface which declares an object as constructable from a Firestore document dictionary.
|
| Class | Description |
|---|---|
| FirebaseManager |
A class which manages interaction and the sharing of data between the application and Firebase.
|
| FirestoreCompletionHandler<Response> |
A Firestore operation completion handler.
|
| Enum | Description |
|---|---|
| FirestoreDatabaseCollection |
A Firestore Database collection.
|
| Exception | Description |
|---|---|
| FirestoreConstructable.InitialisationFailed |
The exception to throw when the initialisation of a
FirestoreConstructable object fails. |