| Package | Description |
|---|---|
| mk.gdx.firebase | |
| mk.gdx.firebase.distributions |
| Modifier and Type | Class and Description |
|---|---|
class |
GdxFIRDatabase
Gets access to Firebase Database API in multi-modules.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseDistribution |
GdxFIRDatabase.inReference(java.lang.String databasePath)
Sets database path you want to deal with in next action.
|
DatabaseDistribution |
GdxFIRDatabase.push()
Creates new object inside database and return
this instance with reference to it set by DatabaseDistribution#inReference()
Remember to set database reference earlier by calling the inReference(String) method. |
| Modifier and Type | Method and Description |
|---|---|
DatabaseDistribution |
DatabaseDistribution.inReference(java.lang.String databasePath)
Sets database path you want to deal with in next action.
|
DatabaseDistribution |
DatabaseDistribution.push()
Creates new object inside database and return
this instance with reference to it set by DatabaseDistribution#inReference()
Remember to set database reference earlier by calling the inReference(String) method. |