- DatabaseDistribution - Interface in mk.gdx.firebase.distributions
-
Provides access to Firebase database.
- DatabaseReferenceNotSetException - Exception in mk.gdx.firebase.exceptions
-
Throws when database reference has not been set yet.
- DatabaseReferenceNotSetException(String) - Constructor for exception mk.gdx.firebase.exceptions.DatabaseReferenceNotSetException
-
- DataCallback<T> - Interface in mk.gdx.firebase.callbacks
-
Handles response when dealing with Firebase database data.
- DataChangeListener<T> - Interface in mk.gdx.firebase.listeners
-
Listens for data changing in Firebase database.
- delete(String, DeleteCallback) - Method in interface mk.gdx.firebase.distributions.StorageDistribution
-
- delete(String, DeleteCallback) - Method in class mk.gdx.firebase.GdxFIRStorage
- DeleteCallback - Interface in mk.gdx.firebase.callbacks
-
Handles response when removing something from Firebase storage.
- DESTINATION - Static variable in class mk.gdx.firebase.analytics.AnalyticsParam
-
- download(String, long, DownloadCallback<byte[]>) - Method in interface mk.gdx.firebase.distributions.StorageDistribution
-
TODO - path type detection.
- download(String, File, DownloadCallback<File>) - Method in interface mk.gdx.firebase.distributions.StorageDistribution
-
- download(String, long, DownloadCallback<byte[]>) - Method in class mk.gdx.firebase.GdxFIRStorage
-
TODO - path type detection.
- download(String, File, DownloadCallback<File>) - Method in class mk.gdx.firebase.GdxFIRStorage
- DownloadCallback<R> - Interface in mk.gdx.firebase.callbacks
-
Handles response when downloading something from Firebase storage.
- downloadImage(String, DownloadCallback<TextureRegion>) - Method in class mk.gdx.firebase.GdxFIRStorage
-
Downloads texture from Firebase storage.