| Class | Description |
|---|---|
| FirebaseSecurityRules |
POJO representing the Firebase rules model consisting of a single property named "rules",
which contains a map of nested key-value pairs.
|
| PushResponse |
Simple Pojo for serialization/deseriazation of the Firebase push responses for REST requests.
|
| StreamingEvent |
Simple Pojo for deseriazation of the Firebase streaming event using REST.
|
| StreamingEventData<T> |
Simple Pojo for deseriazation of the Firebase REST event data.
|
| Enum | Description |
|---|---|
| StreamingEvent.EventType |
Enum describing the different event types to be returned by the Firebase streaming service.
|