| Interface | Description |
|---|---|
| SimpleFirebase.ErrorListener |
An event listener that can respond to database errors.
|
| SimpleFirebase.GetListener |
An event listener that can respond to the result of get() calls.
|
| SimpleFirebase.PushListener |
An event listener that can respond to the result of push() or pushById() calls.
|
| SimpleFirebase.SetListener |
An event listener that can respond to the result of set() calls.
|
| SimpleFirebase.SignInListener |
An event listener that can respond to the result of signIn() calls.
|
| SimpleFirebase.TransactionListener |
An event listener that can respond to the result of transaction() calls.
|
| SimpleFirebase.WatchListener |
An event listener that can respond to the result of watch() calls.
|
| Class | Description |
|---|---|
| SimpleFirebase |
This class provides a simplified interface to the Firebase remote database system.
|
| Version |
A convenience class that prints the library's version when run.
|