Firebase
Summary
Enumerations | |
|---|---|
DependencyStatus{ | enum An enum that indicates the current status of the dependencies on the current system, required forFirebase to run. |
InitResult{ | enum Reports whether aFirebase module initialized successfully. |
LogLevel{ | enum Levels used when logging messages. |
Classes | |
|---|---|
| Firebase. | Options that control the creation of aFirebase 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 aFirebase module or class. |
Enumerations
DependencyStatus
DependencyStatusAn enum that indicates the current status of the dependencies on the current system, required forFirebase to run.
InitResult
InitResultReports whether aFirebase 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 aFirebase 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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-24 UTC.