public interface FirebaseRestNamespace
FirebaseRestNamespace is a base representation of a Firebase namespace. It
manages all resources for the FirebaseRestReference implementations as well as
handles authentication for that namespace.| Modifier and Type | Method and Description |
|---|---|
FirebaseRestEventStream |
getEventStream(java.lang.String path) |
FirebaseRestReference |
getReference(java.lang.String path)
Returns a
FirebaseRestReference object representing the provided location of the namespace. |
FirebaseRestReference getReference(java.lang.String path)
FirebaseRestReference object representing the provided location of the namespace.
With this reference object, the consumer can read or modify the data at this location, or travers
further down or up the tree.path - The location within namespace to create a reference for.FirebaseRestReference for the given path.FirebaseRestEventStream getEventStream(java.lang.String path)
path - The location within namespace to create a event stream for.