Firebase
Summary
Enumerations |
|
---|---|
DependencyStatus{
|
enum An enum that indicates the current status of the dependencies on the current system, required for Firebase to run. |
InitResult{
|
enum Reports whether a Firebase module initialized successfully. |
LogLevel{
|
enum Levels used when logging messages. |
Classes |
|
---|---|
Firebase. |
Options that control the creation of a Firebase App. |
Firebase. |
Firebase application object. |
Firebase. |
Exception thrown for any Task exception. |
Firebase. |
The exception that is thrown when a problem occurs with initialization of a Firebase module or class. |
Enumerations
DependencyStatus
DependencyStatus
An enum that indicates the current status of the dependencies on the current system, required for Firebase to run.
InitResult
InitResult
Reports whether a Firebase module initialized successfully.
Properties | |
---|---|
FailedMissingDependency
|
The given library failed to initialize due to a missing dependency. On Android, this typically means that Google Play services is not available and the library requires it. Also, on Android, this value can be returned if the Java dependencies of a Firebase component are not included in the application, causing initialization to fail. This means that the application's build environment is not configured correctly. To resolve the problem, see the SDK setup documentation for the set of Java dependencies (AARs) required for the component that failed to initialize. |
Success
|
The given library was successfully initialized. |