FirebaseRestDatabaseFactory implementation using AsyncHttpClient as the HTTP
transport library.AsyncHttpClient and Gson dependencies to be injected.FirebaseRestEventStream.FirebaseRestReference.FirebaseRestDatabase for the given URL, using the
provided access token as the auth query parameter.FirebaseRestDatabase is a base representation of a Firebase database.FirebaseRestDatabase instances.FirebaseRestEventStream represents a specific location within a Firebase database and allows
for listening to change events like data being set or updated.Promise to allow for a more functional implementation of asynchronous requests.FirebaseRestQuery is create by a FirebaseRestReference and represents the same location as the
creating REST reference.FirebaseRestReference represents a specific location within a Firebase database and allows
for operations to be executed on this location using Firebase's REST API.Promise to allow for a more functional implementation of asynchronous requests.FirebaseSecurityRulesReference allows for updating of Firebase's security rules.FirebaseRestDatabase.StreamingEventData without additional type context information.StreamingEventData without additional type context information.FirebaseRestEventStream object representing the provided location of the namespace.StreamingEvent.EventType for the individual event.FirebaseRestEventStream.FirebaseRestReference.FirebaseRestReference object representing the provided location of the database.FirebaseSecurityRulesReference object for this namespaces.FirebaseRuntimeException in the case that
access to the data for this reference was denied.FirebaseRestQuery object, which can be used to apply a large number of filters when
retrieving values for this location.