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.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.StreamingEventData without additional type context information.StreamingEventData without additional type context information.StreamingEvent.EventType for the individual event.FirebaseRestEventStream.FirebaseRestReference.FirebaseRestReference object representing the provided location of the database.FirebaseRuntimeException in the case that
access to the data for this reference was denied.